我可以使用 iOS 应用程序在页面墙上发帖吗?

发布于 2024-11-03 18:00:33 字数 101 浏览 0 评论 0原文

如何使用 iPhone 版 FaceBook Graph API 发布到页面墙?

我是否需要提示获得任何许可?

可能还是不可能?

提前致谢。

How to post to a page's wall using FaceBook Graph API for iPhone?

Should I need to prompt for any permission for that?

Is it possible or not?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心作怪 2024-11-10 18:00:33

您可以使用Post 方法。它需要 publish_stream 权限。用户需要“喜欢”相关页面。

要发布墙贴,请发布
消息和可选附件
用户、页面或组的提要/墙,
IE,
http://graph.facebook.com/PROFILE_ID/feed

令人烦恼的是,Graph API 不允许的一件事是让用户通过它“喜欢”某个页面。用户必须已经“喜欢”该页面。 (catch-22)

Graph API 页面文档

You can using the Post method. It requires the publish_stream permission. The user needs to have "liked" the page in question.

To publish a wall post, POST the
message and optional attachment to the
feed/wall of the user, page or group,
i.e.,
http://graph.facebook.com/PROFILE_ID/feed.

Annoyingly, the one thing that Graph API will not allow, is to let the user "like" a page through it. The user must already have "liked" the page. (catch-22)

Graph API Page documentation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文