I am using Cakephp Facebook Plugin and so far it all works except for the fact that I need to reload my page once or twice before the user is acutally logged in…
I checked the refresh part of the fb login and it works, just doesn’t give me the data I need…
FB.Event.subscribe('auth.login',function(){
window.location.reload()
});
Before blindly reloading the page, you should check the response being returned.