Goodreads Developers discussion

19 views
bugs > List a User's reviews not working for private or goodreads only profiles

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

message 1: by Gonçalo (new)

Gonçalo Garcia | 4 comments Hi, I'm using Python to access the goodreads API. I have my app authenticated on my account.

The problem happens when I try to access my own reviews per shelf. I get a 403 Unauthorized. I'm using the rauth package to authenticate with OAUTH1, and I'm able to use the exact same session to access unprotected enpoints like listing books.

Has anyone had a similar experience? My code is exactly the same as the examples in the documentation.


back to top