是否可以post没有facebook的facebook群墙消息API

Is it possible to post a facebook group wall message without facebook API

我正在尝试 post 从我的程序向群组(我的群组)墙发送 facebook 消息。

我看过有关 facebook API 的文章,但它与 "via AppName" 分享了您的 post 但是我的 post 不应该有那个标签(我的账户是公司账户)。

我考虑过使用常规的 http 请求和 posts 但我可以登录 facebook 但我不知道如何 post 到群组墙。

标签无法删除,重要的是要可见,这样用户可以看到 post 是否是使用应用程序完成的。如果没有 Graph API 顺便说一下,你不能自动执行它,所以 "regular http requests" 是不可能的。您只能 post 手动或使用图表 API。

有关如何 post 加入群组的信息可在文档中找到:https://developers.facebook.com/docs/graph-api/reference/v2.2/group/feed

请记住,您需要 user_groups 权限,而该权限很可能不会获得批准:

This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.

来源:https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-user_groups