The Facebook login does not work

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 18, 2013 9:39 am
Reply with quote
Report this post
I did the quickstart install from (M)Social and have no other Facebook related items installed but still the Facebook login wont work.

It is enabled in the settings and i have entered the id.

Even when i disable in settings the FB login then the button still shows up in the login window.

Any help is welcome .....especially if there is a way to make FB login work :)
User avatar
Senior Boarder

GK User
Wed Sep 18, 2013 9:40 pm
Reply with quote
Report this post
Please send me a PM with:

1. URL to your website
2. Make a screenshot of your Fb App settings and send me PM with this screenshot.
3. Make a screenshot of your Joomla Facebook plugin settings and send me PW with this screenshot.
4. login and password of user with admin/super-admin privileges (please create one for me)
5. link to this thread
User avatar
Moderator

GK User
Thu Sep 19, 2013 4:42 pm
Reply with quote
Report this post
Hello There -

I am having the exact same problem. I've already added my FB and twitter api and name, but nothing seem to be pulling thru. Any thoughts?
User avatar
Fresh Boarder

GK User
Mon Sep 23, 2013 10:24 am
Reply with quote
Report this post
I send you a PM that same day...did you get it?

Cyberek wrote:Please send me a PM with:

1. URL to your website
2. Make a screenshot of your Fb App settings and send me PM with this screenshot.
3. Make a screenshot of your Joomla Facebook plugin settings and send me PW with this screenshot.
4. login and password of user with admin/super-admin privileges (please create one for me)
5. link to this thread
User avatar
Senior Boarder

GK User
Mon Sep 23, 2013 11:41 am
Reply with quote
Report this post
Yes, we are currently working on this problem..
User avatar
Moderator

GK User
Mon Sep 23, 2013 3:50 pm
Reply with quote
Report this post
I think there are two things that need to be solved:

- that the FB login works, but also ....
- that the FB login button in the login screen is connected to the setting in the template file "FB login" enabled/disabled. It makes no sense to have the button show if you have disabled the FB login.

I really hope there will be soon some solution for this, because as it is now one can hardly offer a site with this issue for public use.

Please let me know when there is a solution.
User avatar
Senior Boarder

GK User
Mon Sep 23, 2013 3:58 pm
Reply with quote
Report this post
Could You tell me on which template "fb login" button shows when there is no fb_app_id in template settings - social API tab?
User avatar
Moderator

GK User
Mon Sep 23, 2013 4:01 pm
Reply with quote
Report this post
Smiles....well this is the (M)Social template, so it is this one :)
User avatar
Senior Boarder

GK User
Mon Sep 23, 2013 4:32 pm
Reply with quote
Report this post
Sorry, to much at once, I'm checking this FB problem on few templates ;).
User avatar
Moderator

GK User
Tue Sep 24, 2013 11:36 am
Reply with quote
Report this post
It seems the problem only affects J3.x series. Sadly - the problem affects all templates with facebook login.
To fix that please edit:
plugins/authentication/facebook/facebook.php
and change:
Code: Select all
JAUTHENTICATE_STATUS_SUCCESS;

to :
Code: Select all
JAuthentication::STATUS_SUCCESS;

and
Code: Select all
JAUTHENTICATE_STATUS_FAILURE

to
Code: Select all
JAuthentication::STATUS_FAILURE


This should fix the issue.
User avatar
Moderator


cron