Procedure for the FB login on the facebook dev website

GK User
Tue Mar 03, 2015 8:49 am
Hello, I followed the complete procedure for the FB login on the facebook dev website. I got te App ID and App Secret Key in the right field in the joomla plugin.

However the facebook login button doesn't appear where it normally do here:
http://www.mauzaza.com/login


I also added a CSS to align the FB button a couple weeks ago:
Code: Select all
/* Facebook login button */

span#fb-auth {
 height: 38px;

}


.login span#fb-auth {
margin: 3px 0 0 10px;
}



EDIT: The button seems to have comeback, but it has no effect when pressing it.


Regards.
User avatar
Platinum Boarder

GK User
Fri Mar 06, 2015 9:52 am
Hello,

Please make sure that you have properly set the App ID in the plugin and in the module settings, because now in the JS console I see:

Code: Select all
Invalid App Id: Must be a number or numeric string representing the application id.
User avatar
Administrator

GK User
Fri Mar 06, 2015 10:12 am
What about now? I did the procedure again and also enabled the Social API in template manager.

It's enabled as well in the dev facebook site.

Regards
User avatar
Platinum Boarder

GK User
Fri Mar 06, 2015 10:14 am
Still shows the same error.
User avatar
Administrator

GK User
Fri Mar 06, 2015 10:20 am
Everything seems legit. Should I send you my API in private msg?

Here a screenshot in attachment without the secret API.
Regards
User avatar
Platinum Boarder

GK User
Fri Mar 06, 2015 11:35 am
Yes, please send me PM with your all access data to back-end, FTP and the FB app config - I will try to solve your issue.
User avatar
Administrator

GK User
Wed Mar 11, 2015 8:45 pm
Some of your extensions is adding the following code in the head section:

Code: Select all
(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.0";fjs.parentNode.insertBefore(js,fjs);}(document,"script","facebook-jssdk"));


And it seems that it causes your issues and conflict with our login with facebook functionality.
User avatar
Administrator


cron