Is there any way I can get photos with a given tag AND location with instagram api? I'm using this call
https://api.instagram.com/v1/tags/'.$tag.'/media/recent?client_id='.$client_id
Yet I want to look for photos with that given tag in a given location but I can't find the answer.