使用Facebook Graph API自动删除组

时间:2018-03-18 09:59:18

标签: python facebook facebook-graph-api

我正在尝试自动删除我管理的facebook群组中帖子的某些评论。

当我尝试删除它时,我明白了:

facebook.GraphAPIError: (#3) Publishing comments through the API is
only available for page access tokens

我碰巧有一个页面,我有一个页面访问令牌。当我使用它时,我得到:

facebook.GraphAPIError: Unsupported delete request. Object with ID
'722227087901405' does not exist, cannot be loaded due to missing
permissions, or does not support this operation. Please read the
Graph API documentation at
https://developers.facebook.com/docs/graph-api

我已经设置了每个权限,并且还试图查看是否可以为我的管理员组获取页面访问令牌无效。

我正在尝试做什么或者只是不支持?

此外,我不知道它有多重要,但我正在使用python SDK。

任何帮助将不胜感激,谢谢!

0 个答案:

没有答案