Active
Project:
Facebook Connect
Version:
6.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2011 at 14:55 UTC
Updated:
6 Feb 2012 at 17:53 UTC
When user clicks connect to FB button, and allow facebook access, nothing happen next. The login page is just reloaded.
Comments
Comment #1
adpo commentedWhen 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.
Comment #2
adpo commentedI checked my website again. I fixed this isue by disabling fb_social module.
Comment #3
michaelfillier commentedI was having the same problem, so I disabled fb_social and it worked like a charm. Are the maintainers aware of this issue?
Comment #4
wallbay1 commentedsame here. When I disabled fb social it started working.
The problem is I really need both of them.
Comment #5
emudojo commentedsubscribing, same issue here
Comment #6
ixor3d commentedSame here.
Comment #7
vlooivlerke commentedsame here :(
Comment #8
bcgarland commentedDitto 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....
Comment #9
vlooivlerke commentedGot 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
Comment #10
YK85 commentedIs this still a known issue?
Comment #11
HS commentedCan 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.
Comment #12
smscotten commentedLatest 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.
Comment #13
zil0484 commentedAnyone got solution for this problem?? I need to use both drupal for facebook (fbconnect) with fb social (fb like box). Pls help
Comment #14
zil0484 commentedI guess this is drupal problem. It wont function properly with facebook.
Comment #15
HS commented@smscotten: He probably means the XFBML markup in the Head section of your template.
Comment #16
urbanbricks commentedSubscribing, 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]
Comment #17
blogers commenteddrupal what hapend with thsi faceboon connect dont work t
Comment #18
xaviclos commentedI'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!
Comment #19
hadsie commentedI'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.
has no method 'getSession'fbconnect.js:100 Uncaught TypeError: Object #
Comment #20
hadsie commentedOk, 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.