Instagram API - 用户照片

问题描述:

有谁知道我可以在不使用访问令牌的情况下从 Instagram 用户那里获取照片.我在 http://instagram.com/{user} 上看到照片但无法获取他们使用 Instagram api.

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.

谢谢

不,我不相信使用他们的 api 是可能的.

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

来自 instagram 的文档:(http://instagram.com/developer/authentication/)

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

经过身份验证的请求需要 access_token....我们仅在您的应用代表用户发出请求(评论、喜欢、浏览用户的供稿等)时才要求进行身份验证.

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.).

你也许可以解决一些黑客问题.这是使用 followgram.me http 的 php 实现://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/

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/