Facebook Graph api无法删除或隐藏我的Facebook墙上的任何评论,我在图形api资源管理器上使用我的用户访问令牌进行了所有权限选择。
Api Explorer提供错误代码;
{
"error": {
"message": "(#200) Users can only delete their own comments published by the same app",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "ETKJyLTeU9x"
}
}
如果我试图隐藏我会收到此错误;
{
"error": {
"message": "(#210) Updating is_hidden requires a Page access token",
"type": "OAuthException",
"code": 210,
"fbtrace_id": "BZMXQFBHo9k"
}
}
但实际上这个评论不在页面墙上,而是我自己的用户墙。
答案 0 :(得分:0)
检查评论的can_hide字段。如果它是" can_hide":false,则不允许隐藏。