Facebook login hangs at “XD Proxy” when page is installed via Chrome Web Store

后端 未结 8 2405
长情又很酷
长情又很酷 2021-01-31 06:25

The created the following web application:

http://www.web-allbum.com/

I also added it to the Chrome Web Store:

https://chrome.google.com/webstore/detail/

8条回答
  •  心在旅途
    2021-01-31 06:47

    I've been experiencing the same issue in IE9, and it seemed to stem from upgrading to Flash Player 10. The answers suggested already did not work for me and I'd lost hope in trying to fix it since finding an open bug at Facebook covering it. But Henson has posted an answer on a similar question that fixed it for me. In the JavaScript in my site master I removed the lines

        FB.UIServer.setLoadedNode = function (a, b) {
           //HACK: http://bugs.developers.facebook.net/show_bug.cgi?id=20168
            FB.UIServer._loadedNodes[a.id] = b;
        };
    

    and now it works. (N.B. I have not checked to see if the IE8 issue those lines were intended to overcome returns.)

提交回复
热议问题