Facebook.Not getting real mail

More
5 years 4 months ago #8565 by Kyriakos Liarakos
Hi, I have setup my own facebook app using your tutorial. users can login and I am getting the profile image and mame but not real mail. I am getting something like This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in to join the conversation.

More
5 years 3 months ago #8571 by JoomLine
Hello.
Mail may not be given due to user privacy settings, or application settings.
If it is impossible to receive mail for some reason, then it is generated automatically.

Please Log in to join the conversation.

More
5 years 3 months ago #8581 by Kyriakos Liarakos
Thanks for your reply.
In FB App Permissions and Features list, email and public_profile are displayed as live and No Additional Requirements
In slogin facebook ussers list, I have 536 users, all with random email and blank Public Profile
I dont know what else to check.

Please Log in to join the conversation.

More
4 years 10 months ago - 4 years 10 months ago #8735 by Валентин Варапаев
The problem is that part of the code was removed from the Facebook plugin
Because of what your site does not ask for an email address from Facebook
I solved the problem by adding some of the code to \plugins\slogin_auth\facebook\facebook.php

public function onSloginAuth()
{
$redirect = JURI::base().'?option=com_slogin&task=check&plugin=facebook';

$scope = 'email,public_profile';

$params = array(
'client_id=' . $this->params->get('id'),
'redirect_uri=' . urlencode($redirect),
'scope=' . $scope,
'response_type=code'
);

$params = implode('&', $params);

$url = 'www.facebook.com/v2.12/dialog/oauth?' . $params;
return $url;
}
Last edit: 4 years 10 months ago by Валентин Варапаев.

Please Log in to join the conversation.

More
3 years 8 months ago - 3 years 8 months ago #8844 by mark steven
Facebook not getting real mail is a problem you can't fix on your own. Make sure that if you receive any important emails from Facebook, they come directly from them. If you aren't sure, check with your veepn.com/vpn-apps/vpn-for-smart-tv/ or contact tech support at facebook.If you do not see any email offline, we are unable to send it out and may not be able to respond to important issues.
Last edit: 3 years 8 months ago by mark steven.

Please Log in to join the conversation.

Powered by Kunena Forum

Last from the forum

    • Как на кнопку Сбросить фильтр повесить Ajax?
    • Чтобы применить фильр нажимаем Применить фильтр и срабатывает Ajax изменеия на странице. Но чтобы сбросить фильтр, нужно сперва нажать Сбросить фильтр и потом повторно нажть Применить фильтр. Логичее было бы сделать при нажатии Сбросить фильтр, чтобы срабатывал сброс фильтра и Ajax. Как это сделать, не поможете?
    • In Modules Joomline / JL Content Fields Filter
    • JL Like 5.3.0. Очень редко срабатывает кнопка pint...
    • Давно пользуюсь JL Like, лет 8-10, с кнопкой pinterest проблем не было, кроме новой версии JL Like 5.3.0: сейчас при 9 запросах из 10, система пишет:Произошла ошибка JSON.parse: unexpected character at line 1 column 1 of the JSON dataДругие кнопки, например AddToAny pinterest – работаю на 100%.Можно сделать патч и поправить кнопкой pinterest в JL Like 5.3.0!?
    • In Plugins Joomline / JL Like / JL Like PRO
    • Не работает авторизация через ВК в Slogin
    • Добрый день. После недавнего обновления API перестала работать авторизация через ВК. Я создал новое приложение здесь id.vk.com/about/business/go/accounts/294204/apps но пишет "Выбранный способ авторизации не доступен для приложения. Попробуйте позже или обратитесь к администратору приложения" Можно как-то решить проблему?
    • In Component / Slogin
© 2010- JoomLine
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. joomline.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

email: This email address is being protected from spambots. You need JavaScript enabled to view it.