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.
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.