flickrgeotagging

How can I get geotagged photos for all users using flickr api?


I have tried using the flickr.photos.geo.photosForLocation method. However that only gets photos for the authorised user, I need one for all users!

Basically I want to create this (or panaoramio) but using flickrs photos.

Is this possible? If so how can I get this data from the API?


Solution

  • You can use flickr.photos.search to search by lat-long. There are some quirks, which I call out in my answer to a related question.