I've been over the Instagram API for a long time, and couldn't find a way to get the last 3 instagram images posted in a specific place.
For example, a visitor search for "Patrick's Pub". The website will redirect him to the pub's page in my website, and there I will be able to display the last 3 instagram images posted in Patrick's Pub.
Is there any way to display these images? I thought about this URL:
https://api.instagram.com/v1/locations/search?lat=*LAT*&lng=*LNG*&access_token=*THETOKEN*
But there are 2 problems with this: 1. I can't find a way to convert LAT and LNG coordinates to a place (like the Patrick's bar) 2. If need an access token for this URL, it means the user need to log in to his instagram account, and it will not be suitable for the website, for just vieweing a place instagram photos.
Any help will be appreciated.