When the user logs in successfully the window hangs up and it's title changes to: XD Proxy
There is a similar question that was supposedly solved but instead of posting the solution the user said: "I solved it. It was to do with my settings in Facebook's page." So I ended up knowing I have to change the settings page but no idea what.
My url in the settings page is: http://chusmix.com/ and my domain is chusmix.com. I'm currently trying the login button at http://www.chusmix.com/game
I don't need it to refresh since the login button refreshes to logged in by itself, I only need the window to close.
This is my code:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'146324722088262', cookie:true,
status:true, xfbml:true
});
</script>
<fb:login-button length="long" onlogin="signface_login();" autologoutlink="true"></fb:login-button>
Any info on how to fix this will be tremendously welcomed. I have been trying to fix it for the last 2 hours and I haven't been able to start anything else.
Thanks