Redirect not working after FB login

Hi,

I'm using Drupal For Facebook 6.2 with Drupal 6.17 and I've got a problem on my latest site. It doesn't redirect you after you log in with FB. It redirects if you log in normally but with an FB login the popup window just closes and leaves you in limbo. You are logged in if you go to another page or refresh, it just doesn't reload the site automatically.

I created another site recently and that redirects fine. I've compared the settings within Drupal and within Facebook to ensure they're both exactly the same. Everything should be right but it's just not redirecting after FB logins. Does anyone have any idea why this would be?

Incidentally the same thing happened when I logged into this site too. It didn't redirect me after an FB login. My original site still works and redirects as it should so I don't think it's me.

I'm lost and can't understand what's going on here :(

Thanks in advance for your help,

Dan

try firebug or chrome's

try firebug or chrome's development window. Look for any javascript errors because if there is a fatal error, the rest of the javascript on a given page may not work.

The issue queue may be a better place to get some help.

You could also try the 3.x branch, as it has a lot of changes since 2.x.