Evernote / evernote-oauth-ruby

Evernote OAuth / Thrift API client library for Ruby
Other
74 stars 36 forks source link

change some confusing part of the document #23

Open DrWrong opened 9 years ago

DrWrong commented 9 years ago

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

I have waste lots of time for that document guid

xhocquet commented 5 years ago

@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.