Problem authenticating to Evernote With .Net SDK
问题 I'm trying to access Evernote from a custom app in .NET (4.6.1) on Windows (both Evernote client and SDK installed), but nada. I got an API key, with full access, I'm registered in Sandbox, and still, authentication fails. I tried the official method: ENSession.SetSharedSessionConsumerKey(consumerKey, consumerSecret); if (!ENSession.SharedSession.IsAuthenticated) ENSession.SharedSession.AuthenticateToEvernote(); Authentication doesn't happen and IsAuthenticated remains to false. Using