Goodreads Developers discussion
questions
>
Google Scripts + OAuth
date
newest »


In my app I'm using the oauth gem, having the user login with goodreads, and then storing the token in the session.
Did you register your app? Can you confirm that you are using the correct secret and key? Did you add the right auth endpoint for the redirect? That last one may be the issue, if you're in a spreadsheet I'm not sure what domain you would pass in.

If I remove the redirect URL, I get the message that I have already authenticated the app on the Goodreads website.
Is there a way to remove permissions I've granted to apps so I can try again? I tried regenerating the API key, but I get the same error.

https://github.com/googlesamples/apps...
I can get it working with Twitter no problem, but everytime I try to hook it up with Goodreads, when the OAuth redirects, I get "The state token is invalid or has expired. Please try again."
Does Goodreads use OAuth 1.0? 1.0a? Something else?
I'm working with this library: https://github.com/googlesamples/apps...