3

知道为什么即使我遵循了Facebook 的建议Unsafe JavaScript attempt to access frame with URL http://homodigitalis.org/ from frame with URL,我仍然在homodigitalis.org上收到错误消息吗?

window.fbAsyncInit = function(){

    // init the FB JS SDK
    FB.init({
        appId: '155692864582714',
        channelUrl: 'http://homodigitalis.org/channel.html',
        status: true,
        xfbml: true
    });

};

(function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
    '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
}());   
4

1 回答 1

0

根据这个错误报告,来自 FB 的人说这是一个预期的异常:

https://developers.facebook.com/bugs/122268321247958

于 2013-03-12T21:18:13.813 回答