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
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/