Goodreads Developers discussion
questions
>
How to revoke OAuth authorization?
date
newest »


Edited to add, actually I think it may be because I haven't successfully gotten an access token, I just noticed the request token has changed.
Edited to add, now that I have successfully gotten an access token it does show up, so that's the key.


You are looking on your profile on the apps tab, correct?
I found that my app didn't show up on the apps tab until I had received the access token (not the request token) after the user (aka me) had allowed the app. Then it showed up at the very bottom of the apps page in a box labeled "Applications You've Given Access To"


Here's the page I wrote for my Drupal module to explain what was going on under the hood: http://drupal.org/node/1463168

Thanks for the help. I got it to work now. I requested an access token and got it. But I have another question. How do i use this access token across sessions? What is the procedure when I login next time? Request for a token again?





Applications You've Given Access To
Application Issued
no application 2012/07/28
Shouldn't "no application" be the app name or something? If I've approved multiple apps how would I know which to revoke?

You'll get this condition if the developer key has been revoked or if the API developer does not have a URL provided for the app. If you're the owner of the app in question, try adding a URL associated with your developer key.
So I looked into your authorized apps, and it looks like you've got an app created by this user: http://www.goodreads.com/user/show/11..., which kinda looks like you (evil twin? ;) ).
Just provide a URL for the app and it should display properly. Looks like all you're doing is testing things anyway, so should've been pretty clear which app that was. ;)
If someone can point me to where on the Goodreads site I can revoke the authorization, I promise to get better glasses.
Thanks.