By RockyFeet on Thursday, 12 March 2015
Posted in General Issues
Replies 5
Likes 0
Views 643
Votes 0
Login with face book is not working.. please help me on this. I am using JFB connect.
Hi Rocky,

I am sorry for the delayed reply.
i have checked your site and when I turn off the JFBConnect, and using the native EasySocial Facebook login, I have successfully registered/login to your site. Can you consult this issue with JFBConnect developer and keep us updated back on this.

Please advise.
·
Thursday, 12 March 2015 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
This is reply from JFB connect team, can help understand in detail


Yes, there is a conflict on your page because you have another extension on your site which is using a deprecated version of the Facebook Javascript library, all.js. JFBConnect is using the newer, recommended javascript library sdk.js. Facebook has recommended for the past year to transition away from using the older library. The big problem with having these both on your site is that these two libraries will not work together. If you want social login functionality on your site, you will need to continue to use the newer library and remove any inclusions of the all.js file on your site.

On your page, there are many blocks of code with the following that need to be removed:
Code:
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = '//connect.facebook.net/en_US/all.js#xfbml=1';
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
I'd suggest turning off all other Facebook functionality in your other extensions as a way to get started and then re-running the Autotune Error Check to see if the warning is resolved.

-Melissa
Want to stay up-to-date on new releases and development efforts?
Follow us on Twitter @sourcecoast and @mandreae
·
Friday, 13 March 2015 04:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you provide us your FTP so we can directly check on your site?
·
Friday, 13 March 2015 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Currently FTP account is set to access a sub folder ( /home/rockyin/public_html/testdev) not the main site( /home/rockyin/public_html/), I believe. still I am providing those. Also I am providing hosting control panel username/pwd.
you can access all file manager to check/upload/download/ files for there.
·
Friday, 13 March 2015 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi RockyFeet,

Sorry for late reply to this,

I've disable this setting 'Add opengraph tags on the page' from Easysocial since you're using 3rd party Facebook login extension, check my screenshot below.

But what I noticed is when you click "Facebook" button for register first, after click the next button on the pop-up, it will wait for a while then show this respond to me (Check my second screenshot), Then after 5minute or ++ system will show out this message Facebook profile successfully connected..

When I tried to login again, it also need to take a time to login one, check my video link : http://screen.stackideas.com/2015-03-13_1845.swf

Perhaps you consult again with JFB developer regarding this and see is it some way JFB setting is not configure correctly?
·
Friday, 13 March 2015 18:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post