Goodreads Developers discussion

17 views
bugs > Problem using search.xml - Strange response

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

message 1: by Neil (new)

Neil Hedley | 1 comments Trying to access search.xml via PHP - was working fine until a few minutes ago, then started giving me a response I can't make sense of.

Again - I've made no changes to my code since it worked properly, it's the response that has changed.

Using cURL, I tried the following endpoint:

http://www.goodreads.com/search.xml?k...

Suddenly, the response has changed to:

SimpleXMLElement Object
(
[body:] => You are being .
)

...and that's it. I don't get anything else. Can someone point me in the right direction?


back to top