我可以使用获取新闻提要
http://graph.facebook.com/me/home
除了获取发布状态或照片的用户的 ID,例如
from = {
id = 100004146969087;
name = "Tim";
};
, 我想得到那个人的 fullName 和 profile_img_url。我必须发送请求/me?fields=picture, username, name
以获取信息。如何通过一个请求在我的新闻提要中获取用户的 fullName 和 profile_img_url?