1. First use the facebook graph API to search for locations and get facebook_places_id . Here is an example:
https://graph.facebook.com/search?q=&type=place¢er=37.77493,-122.419415&distance=5000&access_token=ACCESS-TOKEN&expires_in=5184000
2. Get facebook_places_id and use this instagram location search API to get the corresponding instagram_location_id
https:
3. Get the id location, and then create an instagram location media API to get the latest files:
https:
The following is an implementation of media search in Instagram using the above method: http://www.gramfeed.com/instagram/places
krisrak
source share