The part for get access_token is kind of confusing for a new comer to oauth1.0
because for every request there will be a new evernote client instance , so a new request_token, when two requst_token are different, the oauth flow couldn't finish.
the correct method on call_back part should be authorize not the request_token.get_accesstoken
@rekotan Could you please accept this update to the documentation? It would be helpful for newcomers, as this issue caused me to lose some time until I looked through old issue in this repository.
The part for get access_token is kind of confusing for a new comer to oauth1.0 because for every request there will be a new evernote client instance , so a new request_token, when two requst_token are different, the oauth flow couldn't finish.
the correct method on call_back part should be
authorize
not therequest_token.get_accesstoken
I have waste lots of time for that document guid