When user clicks connect to FB button, and allow facebook access, nothing happen next. The login page is just reloaded.

Comments

adpo’s picture

When I use the fbconnect button, I'm logged in in facebook, but the accounts are not linked together.
PS> Even on http://www.drupalforfacebook.org/ facebook connect is not working for me.

adpo’s picture

I checked my website again. I fixed this isue by disabling fb_social module.

michaelfillier’s picture

Title: Nothing happen » Nothing happens on login when using Facebook Social (fb_social)

I was having the same problem, so I disabled fb_social and it worked like a charm. Are the maintainers aware of this issue?

wallbay1’s picture

same here. When I disabled fb social it started working.
The problem is I really need both of them.

emudojo’s picture

subscribing, same issue here

ixor3d’s picture

Same here.

vlooivlerke’s picture

same here :(

bcgarland’s picture

Ditto exact problem. Seems like facebook social isn't compatible with either facebook connect or drupal for facebook login options. Only fix I've found is disabling facebook social, but I need/want the comment and like boxes.

Anyone know of some options to get a facebook connected comment and like boxes for individual nodes by just using drupal for facebook? Seems like they have the best/most extensive platform of these three options, but I have found it virtually impossible to find any documentation on implementing something such as a comment box or "like" box using drupal for facebook....

vlooivlerke’s picture

Got this working.
I installed the latest dev of both modules. fb_social and fbconnect
Also make sure you load the 1.2.1 Facebook_SDK
And make sure you have those Facebook links in your Head

YK85’s picture

Title: Nothing happens on login when using Facebook Social (fb_social) » Incompatibility with Facebook Social (fb_social)

Is this still a known issue?

HS’s picture

Category: support » bug

Can someone please confirm the status of this? Is there still an incompatibility between fb social and fb connect modules?

I have fb social and don't want to lose that functionality, but would like to boost registration and comments by allowing fb connect.

smscotten’s picture

Latest dev versions of both, confirming here that the incompatibility still exists.

I wish I knew what vlooivlerke meant by "Facebook links in your Head" but maybe it's something I missed in the README.

Also, was that a typo? I have the 2.1.2 version, not the 1.2.1.

zil0484’s picture

Anyone got solution for this problem?? I need to use both drupal for facebook (fbconnect) with fb social (fb like box). Pls help

zil0484’s picture

I guess this is drupal problem. It wont function properly with facebook.

HS’s picture

@smscotten: He probably means the XFBML markup in the Head section of your template.

urbanbricks’s picture

Subscribing, but take a look at Social Plugins documentation for interim solution on adding social plugins to nodes and blocks: http://drupal.org/node/933670

[edit: the above is relevant to Drupal for Facebook project]

blogers’s picture

drupal what hapend with thsi faceboon connect dont work t

xaviclos’s picture

I'm having the same problem. I'm not able to use drupal for facebook (fbconnect) with fb social (fb like box).
When I use both together, fbconnect stop working and w3c validator throws this error: Duplicate ID fb-root.
Hope it helps, thanks!

hadsie’s picture

I'm also having the same problem. But I don't believe it's due to an incompatibility between fbconnect and fb_social. I've disabled fb_social and still having the problem. When clicking on the fb connect button there are JS errors triggered though:

all.js:3 FB.login() called when user is already connected.
fbconnect.js:100 Uncaught TypeError: Object #

has no method 'getSession'
hadsie’s picture

Ok, my issue looks to be the same as #1375702: Error connecting to Facebook. After upgrading to the 3.1.1 version of the SDK and installing the latest dev of fb_connect things are working again.