Hi,
I have installed and configured JFBConnect (com_jfbconnect_j1.5_v4.2.4 + plg_jfbcprofiles_jomsocial_j1.5_v4.2.4) on our client site but I'm having trouble getting it to work.
I have run auto-tune and all seems to be correctly configured.
We are running JomSocial and Jreviews on the site.
When I try to login on the front-end (via a {JFBCLogin} button placed in the template) it seems to log me in facebook and I can see the app in my facebook account, the login pop-up goes away after logging in but I am actually not logged in on the site. The "Login with Facebook" button changes to "Log In" and then back again to "Login with Facebook" when I refresh the page. None of the page requiring login are accesible, I'm prompted to login.
In the debug console, I'm getting the following errors:
TypeError: window.addEvent is not a function
window.addEvent("domready", function() {
ReferenceError: jfbc is not defined
jfbc.login.logout_facebook = false;
(nothing to output)
plugins.js (line 3)
ReferenceError: jfbc is not defined
FB.Event.subscribe('auth.authResponseChange', function(response) {jfbc.login.on_login();});
Could someone please help?
Thanks in advance