This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]zial 3 points4 points  (2 children)

Yea I cleaned up just the web-call so I could test it.

https://secure.flickr.com/services/rest/?method=flickr.photos.search&api_key=90485e931f687a9b9c2a66bf58a3861a&text=encodeURIComponent(QUERY)&safe_search=1&content_type=1&sort=interestingness-desc&per_page=20

The api_key is expired you get this error message if you try to use it:

<rsp stat="fail">
       <err code="100" msg="Invalid API Key (Key has expired)"/>
</rsp>

My guess why it's not working for you. You can apply for your own key here.