2

Assuming I have the facebook location ID. Let's take the Eiffel Tower for example.. 223779540985538. I got the instagram location ID from this facebook location ID, which is 292188415.

I used the following endpoint to get the instagram location images:

https://api.instagram.com/v1/locations/292188415/media/recent?access_token=***

but since the last instagram update all queries return this:

{"pagination": {}, "meta": {"code": 200}, "data": []}

What's wrong? What I am missing?

TheUnreal
  • 23,434
  • 46
  • 157
  • 277

1 Answers1

2

if you want search media by its location, you must have lat and long data. you can see example here : https://www.instagram.com/developer/endpoints/media/

IIM NUR DIANSYAH
  • 434
  • 1
  • 8
  • 18