This is a clean install on one.com using D6.16 and the stable release of DFFB. When using the login in button on the /user page the popup shows and after logging in the /user page goes into fits. It loops calls to FB and trys to authenticate to Drupal upon each call. The loop happens so fast that sometimes there is a database error because the session keys never get a chance to clear.
user warning: Duplicate entry 'c4febf5uae68338dee3af2f9x2bc3758b4-100000381424682' for key 1 query: INSERT INTO drupal_fb_user_app (apikey, fbu, added, session_key, session_key_expires, time_access, uid, proxied_email, time_cron) VALUES ('c4febf5age6u8338dee3af2f92bc3758b4', 100000381424682, 1, '', 0, 1273156245, 0, '', 0) in /customers/pacegym.se/pacegym.se/httpd.www/pacemu/sites/all/modules/fb/fb_user.module on line 129.
It also confuses Facebook because they kill all the session keys (security probably) which causes the calls to the app keys not to work.
Comments
Comment #1
Dave Cohen commentedDo you have one app set as the "primary" app. Someone just reported a problem that sounds like this but only when there is no primary app.
Comment #2
carlmcdade commentedThe checkbox setting for primary will not save. If I go back to the edit page it is cleared.
Comment #3
13rac1 commented6.x-2.x is deprecated. Closing old issue.