Example #1
0
        public string LoginToUri()
        {
            StopListen();
            oAuthWrapper = new DropBoxOauthClient(ApiKey, RedirectUrl);
            string state = oAuthWrapper.GetTokenToUri();

            return(state);
        }