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.

CommentFileSizeAuthor
soccernyc.txt13.95 KBsoccernyc

Comments

soccernyc’s picture

Status: Active » Closed (fixed)
soccernyc’s picture

Status: Closed (fixed) » Active

Ok, so it's working on Chrome, but not firefox or IE?

vectoroc’s picture

You have to connect drupal account with your facebook account. Then it should work

claudiu.cristea’s picture

Version: 6.x-2.0-beta1 » 6.x-2.x-dev
Priority: Normal » Critical

Not working at all.

Settings:

  • Fast registration mode: OFF
  • Login/logout mode: Manual
  • Disable linking accounts during registration: OFF

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.

ironghost’s picture

Make 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.

vectoroc’s picture

Assigned: soccernyc » Unassigned
Priority: Critical » Normal

@claudiu.cristea: your problem does not look like described in this issue. try last dev, read carefully README