Goodreads Developers discussion
bugs
>
Owner Book list empty
date
newest »


>> OwnedBook.count :conditions => "current_owner_id=1022768"
=> 0
OwnedBook is a rather new relationship, what you want is reviews which are the backbone of goodreads.
Here's api call:
http://www.goodreads.com/api#reviews....
A review represents a user's opinion of a book, owned_book represents a user actually owning a physical copy of a book.

so i figured owned books would be the ones i listed on the site.
Thanks

http://www.goodreads.com/owned_books/...

Response:
false
(Then lists the info I've requested normally)
I'm using: http://www.goodreads.com/owned_books/...
passing it my Id and my developer key, but the list comes back empty, and i do have books registered.
What am i doing wrong or is there something in wrong with the API?