I am unable to get any results from the Flickr API. A response is returned, but rest will not loop through any of the results. In particular I am trying to get a list of collections for a specific user. The response is prefixed by jsonFlickrApi. I have tried setting this as my base, but it has no effect. I cannot figure out why neither XML nor JSON responses will work. Any ideas?
This module does not support JSONP which Flickr returns by default. Adding nojsoncallback=1 to a request will remove the callback wrapper and allow ee-rest to work as expected.
I am unable to get any results from the Flickr API. A response is returned, but rest will not loop through any of the results. In particular I am trying to get a list of collections for a specific user. The response is prefixed by jsonFlickrApi. I have tried setting this as my base, but it has no effect. I cannot figure out why neither XML nor JSON responses will work. Any ideas?
My request: http://api.flickr.com/services/rest/?api_key=***&method=flickr.collections.getTree&user_id=98072959@N05&format=json