什么是可通过Facebook Graph Api公开访问的用户字段(使用用户访问令牌或应用访问令牌)?我的意思是不是登录用户。
这样的电话
GET /v2.7/{user-id} HTTP/1.1
Host: graph.facebook.com
其中user-id
不是me
答案 0 :(得分:0)
Witout授权,根本无法从用户读取任何数据。您必须授权用户,您只需将/me
与用户访问令牌一起使用。
如果用户已获得授权,则取决于权限。有些数据需要额外的权限,没有其他权限,您只能获得id, name, first_name, last_name, age_range, picture, ...
可以在API参考中找到可用字段列表:https://developers.facebook.com/docs/graph-api/reference/user