Facebook 直播盒 HTTPS
我有一个带有 HTTPS 的页面,我需要在其上使用 Live Stream Box。我使用 iFrame (下面的代码)。但是当用户登录时,弹出窗口会在登录后转到 http://www.facebook.com/popup_closer.php 哪个用户 http 因此存在权限问题,因为我在 iframe src 中使用 https。
如果我对 http 使用相同的想法,它可以工作,但在 FF 和 Chrome 中很好,但 IE 会出现 HTTPS 下显示的 http 问题。我如何让它工作?
<iframe src="https://www.facebook.com/plugins/live_stream_box.php?always_post_to_friends=false&height=600&width=490&xid=1&app_id={my_app_id}" width="490" height="600" scrolling="yes"></iframe>
在这件事上确实需要帮助。
I have page with HTTPS and I need to use Live Stream Box on it . I used iFrame (code below) . But when user loges in it the popup goes to after login http://www.facebook.com/popup_closer.php which users http so has permission issue as I use https in iframe src.
If I use same think with http it works but fine in FF and Chrome but IE gets issue with http shown under HTTPS .How do I get this working ?
<iframe src="https://www.facebook.com/plugins/live_stream_box.php?always_post_to_friends=false&height=600&width=490&xid=1&app_id={my_app_id}" width="490" height="600" scrolling="yes"></iframe>
Really need a help in this matter .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现这是 facebook 的一个错误。
在这里提交了一个错误 http://bugs.developers.facebook.net/show_bug.cgi ?id=17422
Found out that its a bug with facebook .
Submitted a bug here http://bugs.developers.facebook.net/show_bug.cgi?id=17422