The reviews.list documentation says that Oauth should not be needed to view books on a shelf whose owner's profile visibility is set to 'anyone' - as mine is.
However I am getting a 'not authorized' when I try to view the books on my to-read shelf (and any other shelf I tried) with my API key when I don't do Oauth first.
Here's a repro case (API key redacted - you'll get an invalid API key if you try it like this; put in a valid API key to see the not authorized error): http://www.goodreads.com/review/list?...
However I am getting a 'not authorized' when I try to view the books on my to-read shelf (and any other shelf I tried) with my API key when I don't do Oauth first.
Here's a repro case (API key redacted - you'll get an invalid API key if you try it like this; put in a valid API key to see the not authorized error): http://www.goodreads.com/review/list?...
My hunch is that this is simply a matter of the docs being out of sync with the code, and like this report about always getting Not Authorized, I should just use OAuth.
Or am I doing something silly that's causing this?