3

Facebookの推奨事項に従っているにもかかわらずUnsafe JavaScript attempt to access frame with URL http://homodigitalis.org/ from frame with URLhomodigitalis.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 に答える