Goodreads Developers discussion
questions
>
Shelf filtering
date
newest »


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