I always get empty JSON response by https://api.instagram.com/v1/locations/LOCATION-ID/media/recent?access_token=ACCESS-TOKEN
e.g. api.instagram.com/v1/locations/215700153/media/recent?access_token=ACCESS-TOKEN
JSON Response:
{"pagination":{},"meta":{"code":200},"data":[]}
Althouh I tried some other location ids, all of the results are empty too.
Any suggestions?
.. For example about my ACCESS-TOKEN https://api.instagram.com/v1/locations/search?lat=48.858844&lng=2.294351&access_token=ACCESS-TOKEN correctly return array with locations Parameter scope=public_content
https://api.instagram.com/v1/tags/nofilter/media/recent?access_token=ACCESS_TOKENwhich returns virtually the sameObject {pagination: Object, meta: Object, data: Array[0]}. When expanded the Object shows a data array with a length of 0. - mikeym