Closed (cannot reproduce)
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Facebook Connect
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 20:29 UTC
Updated:
12 Apr 2011 at 22:13 UTC
I've pin-pointed it down to this line. If it's removed, instead of showing users picture and name from Facebook after logging in, it displays Facebook login button again. Clicking it just refreshes the screen.
$info['fb_get_fbu'] = fb_get_fbu($user->uid);
It happens only if Facebook account is not mapped to Drupal user. If it's mapped, user is logged in.
Comments
Comment #1
Dave Cohen commentedDo you have a "primary" application set for facebook connect?
Comment #2
mikgreen commentedPositive.
Comment #3
mikgreen commentedIt's application specific. It doesn't happen in clean install of FB modules.
I'll post when I find out that was the problem.