I need to display intsagram photo by one user in my webpage. So, users that watch the page don't need any "login" mask, just look at the photos by the user (which is the owner of the current webpage).
So, in my further application I can call:
https://api.instagram.com/v1/users/" + userID + "/media/recent?client_id=" + id + "&access_token=2822asfa656.24523525.934634634csafa8asasaeea40
But Instagram API says Access tokens may expire at any time in the future..
So how can I manage this scenario? I won't to change access_token every time, in the future!