Facebook Authentication problem

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 Nov 27, 2013 4:32 pm
Reply with quote
Report this post
Hi,

I had problems with Facebook Login before and after Simplicity 3.2 upgrade, and I found this solution from another thread:
teitbite wrote:Hi

That's becuase it's a different issue right now. Due to recent Fb API change please make this change in
/html/com_users/login/default_login.php and replace line:

Code: Select all
 <form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post">


with

Code: Select all
<form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post" id="com-login-form">


Don't know if this is the right solution, but it worked for me. Hope you get it fixed in future releases.
User avatar
Fresh Boarder

GK User
Thu Nov 28, 2013 4:08 pm
Reply with quote
Report this post
Hello,

Thank you for your post - we will analyze it and if it a proper solution, we will implement it in our nearest update.
User avatar
Administrator

GK User
Mon Dec 16, 2013 10:07 am
Reply with quote
Report this post
Hi,

Updated to the latest version (3.10.1) on Saturday but the FB-login problem is still there. Any plans on fixing it?
User avatar
Fresh Boarder

GK User
Tue Dec 17, 2013 9:38 am
Reply with quote
Report this post
This problem will be fixed in the next minor release (3.11) most probably after holidays.
User avatar
Administrator


cron