我想通过API从图片ID中获取Facebook上的图片。 还有其他人这样做过吗?
答案 0 :(得分:1)
在此处访问: http://graph.facebook.com/PICTURE-ID/picture
样品: http://graph.facebook.com/10150165453258827/picture
如果需要access_token,则需要使用应用程序和Graph API。
http://graph.facebook.com/10150165453258827/picture?access_token=xxx
以下是access_token和身份验证的文档: http://developers.facebook.com/docs/authentication/