你能告诉我为什么我不能通过拨打/me/checkins
来获取签到?在Graph API Explorer中,我为我的应用指定了权限user_status
和friends_status
。我收到了以下回复:
{
"error": {
"message": "(#602) page_id is not a member of the checkin table.",
"type": "OAuthException",
"code": 602
}
}
有趣的是,如果我将应用程序切换到“图谱API资源管理器”并赋予它相同的权限,那就可以了。
我在应用的设置中遗漏了什么?
更新:这是我的令牌的调试信息(取自 here )
Info
App ID: 587071704636494 : Something
User ID: 100005276526713 : Something
Issued: Unknown
Expires: 1365148800 (this Friday)
Valid: True
Origin: Unknown
Scopes: friends_status read_stream user_status
答案 0 :(得分:1)
我认为这是这些变化的开始:
https://developers.facebook.com/roadmap/
FQL Checkin表'page_id'更改:我们正在将'page_id'重命名为 Checkin表的'target_id'。
再次感谢扎克伯格!