Goodreads Developers discussion

172 views
questions > Cannot get access token after authorizing

Comments Showing 1-7 of 7 (7 new)    post a comment »
dateUp arrow    newest »

message 1: by Xuefan (new)

Xuefan Zhang | 5 comments I am having trouble getting the access token after authorizing. I am doing what another person did in another post (http://www.goodreads.com/topic/show/3...

https://gist.github.com/gpiancastelli...

I am failing at client.request(access_token_url, 'POST'), where I get Exception: Invalid response: 401

Here the access_token_url is http://www.goodreads.com/oauth/access...

Could someone please advise on how to get access token using Python? Thanks!


message 2: by Kyle (new)

Kyle | 6 comments Hi, just wondering if you ever figured this out. I'm still trying and am having no luck. Thanks!


message 3: by Xuefan (new)

Xuefan Zhang | 5 comments Kyle wrote: "Hi, just wondering if you ever figured this out. I'm still trying and am having no luck. Thanks!"

Heya. I didn't really look further into this because I kind of went around it and accomplished what I wanted... :/


message 4: by Jon (new)

Jon (divisionbyzero) | 21 comments we are working on this issue right now, i'll update the thread when we've resolved it.


message 5: by Kyle (new)

Kyle | 6 comments Thanks Jon!


message 6: by Xuefan (new)

Xuefan Zhang | 5 comments Thanks!


message 7: by Jon (new)

Jon (divisionbyzero) | 21 comments we've updated the docs to include a python example.


back to top