× Joomla Facebook Connect support forum

Topic-icon Login Issue

Active Subscriptions:

None
14 years 3 months ago #19407 by bammyawards
Login Issue was created by bammyawards
I am having issues with the JFBConnect login.
When I do a test and try logging in with my FB account I am redirected to the home page and I get an error.
"We could not authenticate your Facebook credentials" or something to that effect.
When I go and try again it logs me in without a problem.
Any ideas?
The site is www.bammyawards.com
Use this URL, www.bammyawards.com/index.php?option=com_jreviews&Itemid=134
The topic has been locked.
Support Specialist
14 years 3 months ago #19411 by alzander
Replied by alzander on topic Login Issue
On the page you link to is the following code, which looks to be coming from jReviews:
jQuery(document).ready(function() {
                jreviews.facebook.enable = true;
                if(!jQuery('#fb-root').length) jQuery("body").append('<div id="fb-root"></div>');
                jreviews.facebook.init({
                    'appid':'278767145515654',
                    'optout':1,
                    'publish_text': 'Publish to Facebook'
                });  
            });
That block of code is attempting to re-initialize the Facebook Javascript library in a way that is incompatible with the new authentication scheme that Facebook has required since December of last year (which JFBConnect of course uses). You'll need to determine how to remove that block of code, and it will likely fix your issue. Once it's gone, if you still have problems, let us know and we'll investigate further.

Thanks,
Alex
The topic has been locked.