Hi sorry for the ambiguous title. I'm at a loss for why the FB connect module is not working for me. When you click the FB connect login the screen refreshes however the user is not logged in to the site and the "access denied" page is still active requesting the user to login to the site.
My site requires registration to see the content. This is the only conflict that I can imagine is occurring. Is it possible to run FB connect with a site that requires registration already?
My website is: http://www.soccernyc.org
I've attached the source code for my homepage (login screen) as an attachment. If someone would be so kind to look at the code. I've compared it with the other FB connect reported issues and all the proper code seems to be there. So I cant isolate why it isn't working! :(
Any help is much appreciated. Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| soccernyc.txt | 13.95 KB | soccernyc |
Comments
Comment #1
soccernyc commentedComment #2
soccernyc commentedOk, so it's working on Chrome, but not firefox or IE?
Comment #3
vectoroc commentedYou have to connect drupal account with your facebook account. Then it should work
Comment #4
claudiu.cristeaNot working at all.
Settings:
Existing user: Login > Go to user/UID/edit/fbconnect > Click on FB Connect icon under "Click here to connect your Facebook account". Page reloads and nothing happens, table "fbconnect_users" empty
Register new user: Nothing from FB Connect on registration or confirmation forms.
Comment #5
ironghost commentedMake sure the user isn't disabled in the admin/users/users page. I am working on some tweaks over here and noticed that the users created through fbconnect were set as disabled. Putting
$form_state['values']['status'] = 1;into a module which alters the registration form worked for me.Comment #6
vectoroc commented@claudiu.cristea: your problem does not look like described in this issue. try last dev, read carefully README