LinkedIn Javascript API 在 IE9 中授权失败
LinkedIn Javascript API authorization in IE9 failed
我注意到 LinkedIn Javascript API 授权在 IE9 中不起作用。代码片段如下
if (!IN.User.isAuthorized()) {
IN.User.authorize(getProfile);
} else {
getProfile();
}
getProfile()
回调方法从未调用过。 IN.User.authorize()
调用浏览器打开弹出窗口 window 后,尝试加载一些 LinkedIn 资源(我的案例 https://platform.linkedin.com/js/xdrpc.html?v=0.0.2000-RC8.50730-1428#),加载完成后 window 保持空白 "Processing" 标题中的文本。
在 Chrome 和 Firefox 中一切正常。如果我没记错的话,这在早些时候(几个月前)就奏效了。
可能是什么问题?
谢谢
尝试关闭 Internet Explorer 中的保护模式设置。
要在 Internet Explorer 中禁用保护模式,请转到 Internet 选项 -> 安全 -> Internet.There 你会发现 "Enable protected Mode"。只需禁用它。
我注意到 LinkedIn Javascript API 授权在 IE9 中不起作用。代码片段如下
if (!IN.User.isAuthorized()) {
IN.User.authorize(getProfile);
} else {
getProfile();
}
getProfile()
回调方法从未调用过。 IN.User.authorize()
调用浏览器打开弹出窗口 window 后,尝试加载一些 LinkedIn 资源(我的案例 https://platform.linkedin.com/js/xdrpc.html?v=0.0.2000-RC8.50730-1428#),加载完成后 window 保持空白 "Processing" 标题中的文本。
在 Chrome 和 Firefox 中一切正常。如果我没记错的话,这在早些时候(几个月前)就奏效了。
可能是什么问题?
谢谢
尝试关闭 Internet Explorer 中的保护模式设置。 要在 Internet Explorer 中禁用保护模式,请转到 Internet 选项 -> 安全 -> Internet.There 你会发现 "Enable protected Mode"。只需禁用它。