为封闭的 Facebook 群组创建机器人

Create a bot for a closed facebook group

我正在尝试做的基本上在这个特定的描述 来自 FB 本身的文档页面:click(post,评论内容并收听新内容),但对于 "normal" 封闭组而不是工作场所的组。
根据文档,这只能通过存储组管理员的用户访问令牌并使用各种图形 API 端点来实现,但这对我来说似乎不是一个好的解决方案。

是否有任何其他已知方法(比如创建一个 Facebook 应用程序,它将创建 posts、comment/like 内容并收听群组中新制作的 posts(类似到工作场所的群组机器人))?

提前致谢! 卢卡

Is there any other known way (something like creating a Facebook app wich will create posts, comment/like stuff and listens to new posts made in the group (similar to the group bots in workplaces)) ?

没有,没有。

阅读帖子并使用群组管理员的令牌创建帖子是可能的,但仅此而已。

  • 以用户名义点赞的帖子通常已被删除(不仅仅是群组帖子),
  • 封闭组中的任何非管理员都可能无法发表评论,并且
  • Webhooks 目前也不涵盖非工作场所的群组供稿,因此您必须不断拉动才能获得新帖子。

然而,Facebook API 明确指出:

In groups, bots can do many of the things that people can do. This means you can build bots that post new content, comment on content with new information and like posts to indicate acknowledgment or approval.

https://developers.facebook.com/docs/workplace/integrations/custom-integrations/bots#botsingroups