如何在 iframe 应用程序中提示用户权限对话框
我正在使用
Facebook.showPermissionDialog("read_stream,publish_stream,offline_access, email") 显示权限对话框。它在 FBML 模式下工作,但问题出在 IFRAME 模式下。
下面的代码在 FBML 模式下也可以正常工作,但在 Iframe 模式下则不行。
fb:prompt-permission perms="read_stream、publish_stream、offline_access、email"> 允许访问?
请帮助我解决这个问题。
我需要在 IFRAME 模式下显示提示权限对话框
提前致谢, 易卜拉欣。
I am using
Facebook.showPermissionDialog("read_stream,publish_stream, offline_access, email") to show permission dialog. Its working in FBML mode but the problem is in IFRAME mode.
The below code also works fine in FBML mode but not in Iframe mode.
fb:prompt-permission perms="read_stream,publish_stream, offline_access, email">Allow Access?
Please help me regarding this..
I need to display Prompt permission dialog in IFRAME mode
Thanks in advance,
Ibrahim.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 FB。 Connect.showPermissionDialog 改为。
Try using FB.Connect.showPermissionDialog instead.