当我使用FB.Event.subscribe时,是什么导致Internet Explorer不断刷新iframe?

时间:2012-01-05 06:33:13

标签: facebook internet-explorer

在facebook.com/thankidahoeducators上,我使用上述方法在登录时重新加载页面...直到我发现浏览器用户无法访问该页面。他们被抛入某种js循环。

以下是有问题的代码:

FB.Event.subscribe('auth.login', function(response) {
     window.location = 'http://iamtheiea.com/';
});

我已经禁用了现在正在听的事件......任何帮助都会震撼我的世界!

1 个答案:

答案 0 :(得分:0)

你错过了p3p标题。请参阅此处了解如何实施:http://www.admon.org/how-to-implement-p3p-http-headers-for-cross-site-cookies/