1

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?

Mics
  • 1,420
  • 14
  • 19
williamsandonz
  • 15,864
  • 23
  • 100
  • 186

1 Answers1

2

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.

Community
  • 1
  • 1
David Gorsline
  • 4,933
  • 12
  • 31
  • 36