as you can check here http://www.pasosdecumbia.tv/es/login
the plugin works only if we don't have just logged on facebook, if someone is logged on fb nothing happens.
Also, when there is a new registration, the system does not send the email with username and password.
I've changed one line of facebook.php, this one, because there was an error message about the username is not permitted..
- Code: Select all
$response->username = $user_profile['email'];
changed with
$response->fullname = $user_profile['name'];
and now it works.
Any suggestions? we have joomla 3
Thank you.
V