Active
Project:
Drupal for Facebook
Version:
6.x-3.0-rc15
Component:
Facebook Connect
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 08:30 UTC
Updated:
12 Aug 2011 at 19:09 UTC
since a few days it is no longer possible to login via facebook, see screenshot.. it gets stuck, untill I load a new page
| Comment | File | Size | Author |
|---|---|---|---|
| stuck-sn.png | 35.79 KB | allandk |
Comments
Comment #1
allandk commentedupdate: I had 2 rules that checked content profile and email on login, after disabling the 2 rules - the problem disapperead.. I guess DFF is not compatible with rules module , or ?
Comment #2
Dave Cohen commentedI think some of what you wrote got cut off.
When user clicks connect button, fb.js sends an ajax event to drupal, and does nothing until it receives a response. If any module, rules or whatever, tries to redirect the ajax request or replies with something other than json, that could screw things up.
Try firebug or chrome console to put breakpoints in fb.js ajax success function, to see if it is ever reached. Maybe even use a packet sniffer to detect exactly how drupal replies to that request.