使用Android Facebook API获取Facebook好友照片的最佳方式

时间:2011-08-29 21:23:10

标签: android facebook-graph-api

为用户的朋友获取所有个人资料照片的最佳方式是什么?我是否必须循环每个Facebook好友或者有更简单的方法吗?

1 个答案:

答案 0 :(得分:8)

在您的用户通过您的应用程序进行身份验证后,请调用/ friends端点https://graph.facebook.com/me/friends?access_token= ...解析朋友ID的结果,然后您拥有此格式的朋友的图片网址:

https://graph.facebook.com/4/picture?type=small enter image description here

https://graph.facebook.com/4/picture?type=square https://graph.facebook.com/4/picture?type=square

https://graph.facebook.com/4/picture?type=normal https://graph.facebook.com/4/picture?type=normal

https://graph.facebook.com/4/picture?type=large https://graph.facebook.com/4/picture?type=large