检查权限,如果允许,将故事发布到新闻提要
我想要实现的目标非常简单。
- 用户单击按钮
- 应用程序检查发布到墙和新闻提要的权限
- 如果授予,则显示发布对话框(带有自定义消息和图像)
- 如果跳过,则关闭对话框并且不执行任何操作
- 如果用户之前已授予应用程序权限,则仅显示发布对话
我尝试使用开发人员页面上的示例执行此操作,但内容仅出现在用户的个人资料页面上,而不出现在新闻源上。
我正在使用 JavaScript。
如果您能为我提供有关如何执行此操作的分步指南,我将永远感激不已。
What I want to achieve is quite straightforward.
- User clicks button
- App checks for permissions to post to wall and news feed
- If granted, show publish dialogue (with a custom message and image)
- If skipped, close the dialogue and do nothing
- If user had granted permissions to the app before, just show the publish dialogue
I tried doing this with the examples on the developer's page, but the content only appeared on the user's profile page, and not on the news feed.
I'm working with Javascript.
If you could give me a step by step guide on how to do this, I'd be eternally grateful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅https://developers.facebook.com/docs/reference/dialogs/feed/< /a>
See https://developers.facebook.com/docs/reference/dialogs/feed/