does anyone know can I get photos from instagram user without using access token. It doesn\'t make sense that I see photos on http://instagram.com/{user} but can not get t
to get the photos You don't need to use the access_token. just call:
https://api.instagram.com/v1/users/{user-id}/media/recent?callback=&client_id={client_id}
you can create your client_id here:
https://instagram.com/developer/clients/manage/