Why is my Flicker API Search not working anymore?

73 views Asked by At

I have a search query for flicker that was built using my android application. A few months earlier, I received images with it. Now I can't receive any images with it anymore. Can anyone tell me what I'm doing wrong? The query is:

https://api.flickr.com/services/rest?method=flickr.photos.search&api_key=mykey&lat=37.78680505813682&lon=-122.39814616422706&accuracy=11&format=json&nojsoncallback=1&extras=date_taken,geo,url_h,views,tags

It should be giving me images of san francisco but the resuls is as follows:

enter image description here

I've exchanged my api key for "mykey". I've checked my api key and it is still working with the getRecent method.

Thanks for any help!

1

There are 1 answers

0
Patricia On

It looks like Flickr Might have fixed this bug over the weekend!
per this thread in the API group:

https://www.flickr.com/groups/api/discuss/72157721917411767/

If this doesn't fix yours, I would suggest contacting them through there!