0

I'm using the foursquare api to get photos for checkins. Its clear the source of a lot of these checkins is instagram.

When I pull the photo down, is there a way to get the original instagram url? Not just for the photo but the detail ie:

http://instagram.com/p/IZm_2Owxda/
fansonly
  • 1,150
  • 4
  • 14
  • 29

2 Answers2

0

There's no direct way to retrieve the Instagram URL from the Foursquare API. You can try taking a look at Instagram's locations/search endpoint to map a Foursquare venue ID to a Instagram location ID and see if this can somehow meet your needs.

octopi
  • 2,004
  • 1
  • 12
  • 16
0

There is an instagram api to search for foursquare locations and then you can see all instagram photos posted at that location. There is an implementation in gramfeed.com/instagram/places to do this search, look for foursquare locations and then look for instagram photos posted there

krisrak
  • 12,882
  • 3
  • 32
  • 46