Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth in Sandbox Not Working #9

Open
Stewartarmbrecht opened this issue Apr 1, 2014 · 2 comments
Open

Oauth in Sandbox Not Working #9

Stewartarmbrecht opened this issue Apr 1, 2014 · 2 comments

Comments

@Stewartarmbrecht
Copy link

I am trying to use this code:
Uri userStoreUrl = new Uri("https://" + evernoteHost + "/edam/user");
TTransport userStoreTransport = new THttpClient(userStoreUrl);
TProtocol userStoreProtocol = new TBinaryProtocol(userStoreTransport);
UserStore.Client userStore = new UserStore.Client(userStoreProtocol);
var authenticationResult = userStore.authenticate(
credentials.EvernoteUserName,
credentials.EvernotePassword,
CONSUMER_KEY,
CONSUMER_SECRET,
false);
authToken = authenticationResult.AuthenticationToken;

But it fails to authenticate in the sandbox environment. Am I doing something wrong?

ErrorCode: Evernote.EDAM.Error.EDAMErrorCode.INVALID_AUTH
Parameter: consumerKey

@aloneguid
Copy link

For me it fails with an error "no request has been sent". I think this SDK is abandoned, no one seems to care (

@vicobiscotti
Copy link

Wow. After more than 5 years it seems that nothing has changed. No authentication on Sandbox using the .Net lib, and nobody giving support, nowhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants