The API endpoint:
'https://api.instagram.com/v1/media/searchlat=48.858844&lng=-122.418&access_token=ACCESS_TOKEN'
This is returning no data when passed a valid access token.
{"meta":{"code":200},"data":[]}
I've tried it with multiple lat & lng params but it still always returns the code '200' with data being null.
Can anyone shed any light on this?