Goodreads Developers discussion
Friend review for a given book
date
newest »



I've tried calling this API with and without OAuth (When calling using OAuth, I get no results at all). The API Documentation doesn't mention anything about OAuth with this call, but I've seen other calls that don't mention OAuth that support it.

Not sure why it wouldn't work for you with OAuth, but I definitely get friend review results in my app. If I call it without OAuth then I just get book info, no friend reviews or my review.

Some developers were requesting extra permissions in this discussion:
http://www.goodreads.com/topic/show/2...

Are you sure OAuth is working for you? You've got the user's token and all that? Most of the GET calls will work without OAuth, you just won't get user specific data. If OAuth is configured correctly you should be able to do a post and mod data.


I was calling book.show without the .xml suffix:
http://www.goodreads.com/book/show/50...
Instead of:
http://www.goodreads.com/book/show/50...
For some reason the invalid URL was working without OAuth, so I never noticed.
The official iOS app shows a list of your friend's reviews on each book page, but I don't see any API for this data.