I am currently creating a php app part of which involves placing geotagged photos on a Google map, I would like to be able to place all geotagged publics photos from Flickr on this map, rather than just those from a specific user. I have managed to grab some seemingly random photos using the following link:
http://api.flickr.com/services/feeds/geo/flickr.photos.search
But I want to grab all the photos available, does anyone know how I could go about doing this?
Check out this from the flickr API. Use 1 for public photos. You may also want to check out min_upload_date as well from the API, which allows you to display photos after the date you specify.