Goodreads Developers discussion

161 views
bugs > cUrl access to API

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

message 1: by Manuel (last edited Apr 27, 2012 04:41PM) (new)

Manuel (manuelpersico) | 7 comments Since some day ago I can't get book info via curl.
For example if I open this url via browser I get the xml
http://www.goodreads.com/book/show/13...

If I do the same with curl in my app I get the html page of the book

Why?


message 2: by Manuel (new)

Manuel (manuelpersico) | 7 comments Apologize, I've just noticed that the API changed and now the correct curl request is

http://www.goodreads.com/book/show/id...

It's strange that calling the old format url works with a browser but not with curl


back to top