Facebook PHP SDK - 将内容发布到页面墙上
我可以使用 PHP 在 Facebook 页面上发布内容吗?
我可以通过在应用程序的身份验证对话框中授予权限来发布到我自己的墙上,但如果我使用页面名称登录,则无法看到身份验证对话框页面。
Can I post something to my Facebook page' s wall with PHP?
I can post to my own wall by giving permissions in the Auth dialog for the applications, but I can't see the Auth dialog page if I'm logged with my page's name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果您请求
manage_pages
权限,然后从me/accounts
结果中获取该页面的访问令牌,您就可以在页面墙上发布内容。Yes, you can post to your page's wall if you ask for the
manage_pages
permission and then grab the access token for that page from theme/accounts
results.