flickr.photos.search strange behavior with nested xml response
- by JohnIdol
I am querying flickr with the following request:
view-source:http://www.flickr.com/services/rest/?method=flickr.photos.search&api_key=MY_KEY&text=cork&per_page=12&&format=rest
if I put the above url in the browser I get the following as I would expect:
<rsp stat="ok">
<photos page="1" pages="22661" perpage="12"…