两位用户在我的应用上使用Facebook Connect上的Facebook Connect注册了这些权限:user_likes,user_friends,id(和其他人)。 (使用Parse SDK)
现在我想在我的服务器上找到他们的共同喜欢和朋友。问题是我只访问他们的app-scoped id并且图形请求不起作用。
图表请求:
v2.4/{user_id}?fields=context.fields(mutual_likes)
它告诉我
"message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
我是在混合令牌/ ids吗?我真的不知道在哪里搜索。
API页面:https://developers.facebook.com/docs/graph-api/reference/v2.0/user.context/mutual_likes