Facebook 直播盒 HTTPS

发布于 2024-11-06 02:48:47 字数 602 浏览 0 评论 0原文

我有一个带有 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 技术交流群。

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

发布评论

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

评论(1

一页 2024-11-13 02:48:47

发现这是 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

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