2015-09-15 88 views
0

我注意到LinkedIn Javascript API授權在IE9中不起作用。代碼片段如下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

嘗試關閉Internet Explorer中的保護模式設置。 要禁用Internet Explorer中的保護模式,請轉到Internet選項 - >安全 - > Internet。在這裏您會找到「啓用保護模式」。請禁用它。