Gustavo Sanchez
Gustavo Sanchez

Reputation: 777

Search by location AND tags 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.

Upvotes: 2

Views: 12056

Answers (1)

Steve Weaver Crawford
Steve Weaver Crawford

Reputation: 1059

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

Upvotes: 2

Related Questions