songjaeyeol 0 Posted July 13, 2015 Share Posted July 13, 2015 HI , I'm really tired with Oauth process in Evernote, please, help me.I'm using C# SDK I used evernote-cloud-sdk-windows-master - samples - cs - sampleapp but AuthenticateToEvernote method does not display an new Login page . 1) ENSession.SetSharedSessionConsumerKey("songjaeyeol", "eb89530058428853", "https://sandbox.evernote.com"); if (ENSession.SharedSession.IsAuthenticated == false) { ENSession.SharedSession.AuthenticateToEvernote(); } also ENsession value null please help Link to comment
Jaycdave88 0 Posted March 17, 2016 Share Posted March 17, 2016 I think this is because the Lib you are using is not expanded to take a OAuth Token but instead a Developer Token. So basically it is hardcoded if you will Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.