Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram API - User photos

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 them using instagram api.

Thanks

like image 786
Ibrahim19 Avatar asked Apr 19 '13 13:04

Ibrahim19


1 Answers

No I don't believe this is possible using their api.

From instagram's documentation: (http://instagram.com/developer/authentication/)

Authenticated requests require an access_token. ... We only require authentication in cases where your application is making requests on behalf of a user (commenting, liking, browsing a user’s feed, etc.).

You might be able to work out some kind of hack. Here's a php implementation using followgram.me http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/

like image 116
Ryan Epp Avatar answered Sep 28 '22 01:09

Ryan Epp