Goodreads Developers discussion
bugs
>
OAuth not working at all
date
newest »



1) get request token via https://www.goodreads.com/oauth/reque...
2) Give access to app via https://www.goodreads.com/oauth/autho..." + requestToken
requestToken - from step 1
3) After success on second step, call https://www.goodreads.com/oauth/acces... and you will get accessToken and accessTokenSecret in answer.
All request should be oauth signed according to oauth 1.0 specification.
I recommend you to use oauth1 library for your language
Is there a problem with the OAuth now ? Or do I need to wait before it works since I just created my developer API key ?
Whenever I redirect to the authorisation URI, it only tells me :
"There Was an Error with This Oauth Request
This is likely due to an expired request. Please notify the owner of the application if this error continues to happen."
It didn't even show the 'authorise access' page.
Here's my authorise URL :
https://www.goodreads.com/oauth/autho...
I use the same format with GitHub's OAuth and it works.