示例#1
0
        protected override void Initialize(MessengerCredentials credentials = null)
        {
            base.Initialize(credentials);

            Authenticator       = new Authenticator(credentials);
            SendApi             = new SendApi(credentials);
            UserProfileApi      = new UserProfileApi(credentials);
            MessengerProfileAPI = new MessengerProfileAPI(credentials);
        }
示例#2
0
        protected override void Initialize(Credentials credentials = null)
        {
            base.Initialize(credentials);

            Authenticator           = new Authenticator(credentials);
            SendApi                 = new SendApi(credentials);
            UserProfileApi          = new UserProfileApi(credentials);
            MessengerProfileAPI     = new MessengerProfileAPI(credentials);
            HandoverProtocolHandler = new HandoverProtocolHandler(credentials);
            PageFeedApi             = new PageFeedAPI(credentials);
        }