我正在尝试安排关于用户个人资料和群组的Facebook帖子,但是api正在给我以下例外:
(#200)您无权创建预定的帖子
我拥有以下用户的权限:
'public_profile', '电子邮件', 'publish_actions', 'manage_pages','publish_pages','user_managed_groups','user_posts'
我是否需要用户的任何其他权限?
另外,我发现一个thread提到我们无法安排用户个人资料和用户组的帖子。这是预期的行为吗?我们可以只在FB页面上安排吗?
看一下文档,我只在这个api中找到了计划参数,其他人没有这样的参数。
任何人都可以确认这种行为吗?此外,是否有任何工作来安排帖子?
https://developers.facebook.com/docs/graph-api/reference/v2.4/page/feed#publish
https://developers.facebook.com/docs/graph-api/reference/v2.4/user/feed#publish
https://developers.facebook.com/docs/graph-api/reference/v2.4/group/feed#publish
答案 0 :(得分:1)
其他帖子的答案是正确的,预定的帖子仅适用于Facebook页面。您可以使用存储的访问令牌来使用Cron作业。
既然你提到过"每天"和东西,你可能想先阅读平台政策:https://developers.facebook.com/policy/
您不能预先填写message参数,它必须始终是100%用户生成的。并且您不能自动提交,每个帖子都必须由用户授权和书写(!)。