Goodreads Developers discussion

72 views
questions > Shelf filtering

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

message 1: by Peter (new)

Peter Mitri (petermitri) | 50 comments Hi

Is there a way to filter reviews on a bookshelf using the API?
e.g. A user wants to see only the "to-read" books on his "fantasy" shelf.

Thanks


message 2: by Michael (new)

Michael Economy (michaeleconomy) you can use a shelf parameter like this:

http://www.goodreads.com/review/list/...


message 3: by Peter (last edited Jan 10, 2013 11:04AM) (new)

Peter Mitri (petermitri) | 50 comments Thanks for your reply!
Any idea if this works with OAuth'ed calls? I tried it with a non-authorized call (using a public profile) and it worked perfectly. But using "read%2Cclimbing" as a "shelf" parameter didn't work with authorized calls.

edit: never mind, fixed it by using "shelves=" instead of "shelf=" :)

edit 2: I was wrong, the issue was that my oauth library was automatically replacing the "%" with "%25". modified it a bit to work


back to top