I have a requirement where i need to get all the images tagged at a given location in Instagram. For this i am trying to use the Instagram API with Media Endpoint as described in the link https://www.instagram.com/developer/endpoints/media/.
I use the following API URL to get the media information. https://api.instagram.com/v1/media/search?lat=48.858844&lng=2.294351&access_token=
But the result is displayed as {"meta": {"code": 200}, "data": []} The result is displayed same for any location co-ordinates.
The access key is valid and i get the result for location endpoints