带有页面提要的提要对话框
在我的网页上,我使用 JavaScript SDK 集成了 Feed Dialog。它的工作原理就像一个魅力,除了当我使用 Facebook 作为页面时。
我收到此错误消息:
您正在使用 Facebook 作为我的页面
要访问此页面,您需要从使用 Facebook 作为您的页面切换为使用 Facebook 作为您自己。
我已经尝试更改 from
和 to
参数,但没有成功。
有什么方法可以使用提要对话框在页面上发布故事吗?
on my webpage I have integrated the Feed Dialog using the JavaScript SDK. It works all like a charm, except when I'm using Facebook as a page.
I get this error message:
You are using Facebook as myPage
To access this page, you'll need to switch from using Facebook as your page to using Facebook as yourself.
I already tried to change the from
and to
parameters, but with no luck.
Is there any way to post a story on a page with the Feed Dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,当您使用 Facebook 作为主页时,不支持此对话框。请使用Graph API ->发布(https://developers.facebook.com/docs/reference/api/post/)
Unfortunately this dialog is not supported when you are using Facebook as a Page. Please use Graph API -> Post (https://developers.facebook.com/docs/reference/api/post/)
事实上你可以这样做。只需按照说明进行操作,然后切换为以您自己的身份使用 Facebook。
然后,当您以自己的身份共享时,您可以使用左上角的下拉菜单选择将其共享到“您管理的页面”。
You can in fact do this. Just follow the instructions as it says and switch to using Facebook as yourself.
Then when you share as yourself, you can choose to share it to a "Page you manage" using the dropdown in the top-left.