使用facebook图检索fb页面信息.没有得到图片


Retrieving fb page info using facebook graph.. not getting picture

我可以访问facebook页面信息,方法是:https://graph.facebook.com/yorganic.但回复中没有个人资料图片。

当我指定要选择的字段时,如下所示。。https://graph.facebook.com/yorganic?fields=id,name,picture,were_here_count我能看到图片。

以前使用第一种方法,我得到了图片,但现在没有得到。有人能告诉我使用第二种方法是否安全吗?还有其他标准的方法吗?

你能做的最好的事情是:

首先获取用户的Facebook用户ID。

然后用获取图片

https://graph.facebook.com/FACEBOOK_ID/picture

例如:https://graph.facebook.com/100001228933230/picture

编辑你甚至不需要用户的Facebook ID,你也可以使用

https://graph.facebook.com/yorganic/picture

您还可以使用Graph API调试器工具进行测试:

http://developers.facebook.com/tools/explorer