all.js 中出现权限被拒绝错误

发布于 2024-12-03 13:13:47 字数 151 浏览 0 评论 0原文

我正在使用 all.js 来实现 facebook。我在注册页面上使用了 Facebook 按钮。通过登录 Facebook,我将 Facebook 用户的用户名和电子邮件输入到注册页面的字段中。它在 Chrome、Safari 和 Firefox 上运行良好,但在 IE8 上出现错误。

I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. It's working fine on Chrome, Safari and Firefox but its giving error on IE8.

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

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

发布评论

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

评论(1

同尘 2024-12-10 13:13:47

Facebook 针对这个问题的技术答案是“通道 URL”,即你域上的一个窗口,通过它可以进行跨域、跨框架的请求。

使用 FB.init 并创建频道 URL 来解决此问题。不过,可能还有其他问题,IE8 并不慷慨地提供错误消息。尝试在 Chrome 中调查 JavaScript 控制台中记录了哪些错误。

祝你好运!

Facebook's technological answer to this problem is "channel URL", a window on your domain, through which cross-domain, cross-frame requests can be made.

Use FB.init and create a channel URL to overcome this problem. There may be other problems, too, though, IE8 is not generous with error messages. Try investigating in Chrome, what errors are logged in the JavaScript Console.

Best of luck!

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