I just did a fresh install of drupal and fb, set up my app in drupal/fb which worked fine, added to the right side block the drupal connect block to test fb connect with my app, both register new user, and both map user check boxes where checked, (I forget the name)
Now when I try to log into drupal as my admin account for example using the log/pass box it refreshes saying
"Sorry, unrecognized username or password. Have you forgotten your password?"
and at the top the URL adds a node?fb_canvas_destination=node to the URL.. if i go to the root url and keep clicking the login button it continues to grow :)
node?fb_canvas_destination=node%3Ffb_canvas_destination%3Dnode%253Ffb_canvas_destination%253Dnode
however im out of luck trying to log in, and i even requested a new password, the link that it created and sent me still didnt allow me in at all.
???
Comments
Comment #1
gateway69 commentedsorry a bit more detail, using firebug to watch what is going on i one POST and to GETs sent..
Host: test.test.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://test.test.com/
Cookie: SESSe2725a4aa4aeca8c7ed19a03b3528678=cs8av7ga277906vbkt4b32ppk0; has_js=1
http://test.test.com/node?fb_canvas_destination=node&form_build_id=form-...
and then
http://connect.facebook.net/en_US/all.js?_=128241556168270807
and last some long facebook login url, which seems to fail..
Failed to load source for: http://www.facebook.com/extern/login_status.php?api_key=f (long url)
Comment #2
gateway69 commentedDO NOT enable in your FB app under Migrations Canvas Session Parameter...
Comment #3
gateway69 commentedOk I had to reopen this issue, it turns out if you have the config for sessions set up in settings.php this happens.
Set up an app for fb with a canvas, leave it blank, enable connect, mapping users..
Logout , try to log in again and it causes this issue, I'm assuming for some reason it's using fb sessions instead of drupal.
I can probably set up a vanilla setup if you want to look