Topic-icon JFB Connect and other facebook login module

Active Subscriptions:

None
12 years 7 months ago #38130 by jacek777
Hello,

We are happy with all the various modules from JFBConnect. However, we use a different login module to allow logging in via Facebook. extensions.joomla.org/extensions/access-...authentication/20452

The problem is that, if we turn on System - JFBCSystem plugin the above login stops working.

Any suggestions? Our test site st2.kagyu.org

Thank you,
Jack
The topic has been locked.
Support Specialist
12 years 7 months ago #38133 by alzander
Jack,
Unfortunately, our login functionality is required for many of the other features in JFBConnect, like Open Graph Actions, profile import, and other things. You wouldn't be able to use another Facebook login feature to take advantage of those features.

To add our Facebook Login to that module you'd need to update their template files to add our Facebook login call. I'm not sure how difficult that would be, but we can gladly help with the code you'd need to add, if that's what you're looking for. Otherwise, I'd recommend using the SCLogin module for login purposes.

Sorry that may not be the greatest answer your looking for, but it's all I can recommend.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #38134 by jacek777
ok thx. that all makes sense.

we actually are looking to use mostly the social sharing modules. I enabled all of the ones we will use on this page in right column. Would those work with the jfb system plugin off.

khstaging.kagyu.org/index.php?option=com...le&id=151&Itemid=234
The topic has been locked.
Support Specialist
12 years 7 months ago #38142 by alzander
No, they wouldn't work without the JFBCSystem plugin. There's a lot that plugin does to setup all features of our site.

With that said, there are a few things you could try that may work:
* The easiest is to simply add the App ID Secret key of Facebook into JFBConnect, if you haven't already. That may setup things to work in both extensions properly.
* If not, you can try editing the /components/com_jfbconnect/libraries/providers/facebook.php file. Around line 454, you'll see:
FB.init({{$appIdCode}{$status} cookie: true, xfbml: true, channelUrl: '{$channelurl}'});{$subs}{$resizeCode}
Try putting // in front of that line, like:
//    FB.init({{$appIdCode}{$status} cookie: true, xfbml: true, channelUrl: '{$channelurl}'});{$subs}{$resizeCode}
That may fix things by not initializing the Facebook Javascript specific to JFBConnect.. but, may cause other issues, so test a lot and let us know.

If that doesn't help, let us know and we'll see what we can do.

Thanks,
Alex
The topic has been locked.