Goodreads Developers discussion
OAuth in Objective C
date
newest »


http://www.goodreads.com/oauth/reques...
and so on. Hope that helps!


Maybe you could past some sample code?

Now I'm having a slightly smaller problem.
When I open the oauth url in Safari, its taking me to the "Sign up" page as opposed to taking me to the "login" page. If I click the "sign in" button in the top right, it gives me the correct "Authorize or Deny" screen afterwards, but when I do it in firefox, it takes me to the "Sign In" page as opposed to the "Sign Up" page. Any ideas?
get a request token: /oauth/request_token
authorize the request token: /oauth/authorize
exchange for access token: /oauth/access_token
I assume those are all http://www.goodreads.com as the base url?
When I'm trying to create an OAuth instance in Objective C its asming me for the authenticationURL, which seems like it should be the authorize url, but what is the base url? It is not just http://www.goodreads.com/ (at least not from testing).
Anyone have any ideas?
Thanks!