Facebook connect showing blank popup on login in I

2020-02-10 04:59发布

I am integrating facebook login to my application and it is working fine in browsers except IE. It opens the login window, after login redirecting to http://static.ak.fbcdn.net/connect/xd_proxy.php, and got stuck there displaying a blank page in the popup. In other browsers it will close the popup and redirect to my site. My application url is like http://dev.mysite.com/app/. so I have given the domain name dev.mysite.com in facebook application settings. I am using facebook javascript sdk and my site is in PHP. Some one please help me to figure out the actual problem.

Thanks in advance

7条回答
疯言疯语
2楼-- · 2020-02-10 05:55

The custom channel solution provided by @Shameer solved the problem for me. See also the documentation for the Custom Channel URL here: http://developers.facebook.com/docs/reference/javascript/FB.init/

查看更多
登录 后发表回答