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?