Goodreads Developers discussion
questions
>
iOS OAuth access_token problem
date
newest »


What programming language are you using?

https://github.com/AFNetworking/AFOAu...
http://afnetworking.com/
The same code I'm using to authenticate works fine if I go against Twitter as opposed to Goodreads (just by changing the base urls.)
One of the items that I see is that there isn't a oauth_verifier parameter on the callback URL from the authorize call. Is that not used? The OAuth docs seem to indicate otherwise.
It looks like all of the other params are being set - consumer_key, nonce, signature, signature_method, timestamp, token and version.
Any suggestions?