Facebook SDK 权限

发布于 2024-12-09 06:16:16 字数 96 浏览 1 评论 0原文

我必须使用 js (使用开放身份验证)在我的页面上对用户进行身份验证,并请求在墙上发布的权限。之后,我应该能够在用户墙上书写,而无需确认对话框。是否可以?

谢谢。

I have to auth user at my page with js (using open auth) with asking permissions for posting at wall. After that I should be able to write at user wall without confirm dialog about this. Is it possible?

Thanks.

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

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

发布评论

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

评论(1

生生不灭 2024-12-16 06:16:16

据我所知,您应该将“publish_stream”添加到所要求的权限中。那是来自

Facebook 的文档:使您的应用能够发布内容、评论、
并喜欢用户的流和用户朋友的流。
有了此权限,您可以随时将内容发布到用户的 Feed
时间,不需要offline_access。但是,请注意
Facebook 推荐用户发起的共享模式。

http://developers.facebook.com/docs/reference/api/permissions/

as far as I know you should add "publish_stream" to the asked permissions. That's from the

Facebook's documentation: Enables your app to post content, comments,
and likes to a user's stream and to the streams of the user's friends.
With this permission, you can publish content to a user's feed at any
time, without requiring offline_access. However, please note that
Facebook recommends a user-initiated sharing model.

http://developers.facebook.com/docs/reference/api/permissions/

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