A user clicks "[F] Login"
The Facebook login window pops up and the user enters in their credentials
The Facebook login window disappears
Now the user is authenticated and looking at the Drupal site however it doesn't know the user is authenticated yet. So the page needs to be manually refreshed.

Is there anyway to create some sort of js callback function so that when the user auths with Facebook, it refreshes the Drupal site so that the user can see that they are logged in?

I have the current sdk ver 3.1.1

Thanks

Comments

KalenW’s picture

Any help would be great. I've looked at the fbconnect.js and I see there is a window.reload function after a successful login but it doesn't seem to be working.

d.holmen@gmail.com’s picture

I also need some help with this. I'll try to set up a rule that fixes it, but it really should be done by the module.

EDIT: I'm having difficulty setting up a working rule.

matiaslezin’s picture

Same problem here! Have you been able to solve this?