Jump to content

AuthenticateToEvernote does not display an new Login page


Recommended Posts

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
  • 8 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...