使用 GRAPH API 2.3 访问用户朋友的工作历史
Accessing users friends work history using GRAPH API 2.3
如何获取用户朋友的工作历史记录?目前我在 Graph api explorer:
中尝试了这个
GET /me/taggable_friends?fields=id,name,work&acess_token...
并查询returns好友,但不显示任何工作。
回复returns我是这样的:
"data": [
{
"id": "<some-long-string>",
"name": "<name>"
},
我试过这样做:
GET /<the-some-long-string>...
回复说用户 ID 不正确。谷歌搜索我没有找到任何东西:'(
谢谢!!!
来自 Facebook 开发者:
"message": "(#10) To use taggable_friends on behalf of people who are
not admins, developers and testers of your app, your use of this
endpoint must be reviewed and approved by Facebook. To submit this
feature for review please read our documentation on reviewable
features: https://developers.facebook.com/docs/apps/review"
如何获取用户朋友的工作历史记录?目前我在 Graph api explorer:
中尝试了这个GET /me/taggable_friends?fields=id,name,work&acess_token...
并查询returns好友,但不显示任何工作。
回复returns我是这样的:
"data": [
{
"id": "<some-long-string>",
"name": "<name>"
},
我试过这样做:
GET /<the-some-long-string>...
回复说用户 ID 不正确。谷歌搜索我没有找到任何东西:'(
谢谢!!!
来自 Facebook 开发者:
"message": "(#10) To use taggable_friends on behalf of people who are not admins, developers and testers of your app, your use of this endpoint must be reviewed and approved by Facebook. To submit this feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review"