按地点搜索并标记Instagram Api

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.

This has been asked and answered numerous times. Check out this and this for some ideas. Short answer is to search by geolocation and then filter by tag or vice versa depending on what gets you best results