Goodreads Developers discussion

23 views
questions > Issue with Getting Started example

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

message 1: by Cici (new)

Cici | 5 comments Is the curl example on that page still valid? I am getting an empty result no matter what I send in as the query.

Thanks!


message 2: by Ettore (new)

Ettore Pasquini I verified the problem. I'm not sure why it's happening, but i'm going to file a ticket to look into this. Sorry for the inconvenience.

Issuing the request with OAuth (instead of unauthenticated key authorization) should work.


message 3: by Ettore (new)

Ettore Pasquini Hey Cici, actually it's just a bug in the docs. Wrap the URL between double quotes and it should work, e.g.:

curl "https://www.goodreads.com/search.xml?..."


message 4: by Cici (new)

Cici | 5 comments Duh! I can't believe I missed that. Thanks! Slinking away now...


back to top