IE9中的LinkedIn Javascript API授权失败

时间:2015-09-15 08:23:47

标签: javascript internet-explorer-9 linkedin linkedin-jsapi

我注意到LinkedIn Javascript API授权在IE9中无效。代码段如下

if (!IN.User.isAuthorized()) {
    IN.User.authorize(getProfile);
} else {
    getProfile();
}
永远不会调用

getProfile()回调方法。在IN.User.authorize()调用浏览器打开一个弹出窗口后,尝试加载一些LinkedIn资源(我的情况https://platform.linkedin.com/js/xdrpc.html?v=0.0.2000-RC8.50730-1428#),一旦加载完成,窗口保持空白,标题中有“处理”文本。

在Chrome和Firefox中一切正常。如果我没记错的话,这可以提前工作(几个月前)。

可能是什么问题?

由于

1 个答案:

答案 0 :(得分:1)

尝试关闭Internet Explorer中的保护模式设置。 要在Internet Explorer中禁用保护模式,请转到Internet选项 - >安全 - > Internet.There你会发现"启用保护模式"。禁用它。