Facebook SDK 权限
我必须使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,您应该将“publish_stream”添加到所要求的权限中。那是来自
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
http://developers.facebook.com/docs/reference/api/permissions/