Facebook.Not getting real mail

More
3 years 8 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 or Create an account to join the conversation.

More
3 years 7 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 or Create an account to join the conversation.

More
3 years 7 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 or Create an account to join the conversation.

More
3 years 2 months ago - 3 years 2 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: 3 years 2 months ago by Валентин Варапаев.

Please Log in or Create an account to join the conversation.

More
2 years 1 month ago - 2 years 1 month 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: 2 years 1 month ago by mark steven.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Last from the forum

    • jomexej304
    • The crimson peony shrimp sushi is big. The shrimp body is almost 9 centimeters long. It's miles sweet and chewy. The beef is thick and very scrumptious. The clam meat cooked with sake is sweet and has no sand. 
    • In Component / Afisha Joomla
    • Баг?
    • У меня одна категория материалов. В этой категории несколько сотен материалов. Есть несколько кастомных полей.Первое типа list (categorywork), другие* list c мультивыбором. Другие* зависят от первого Атрибут showon (categorywork:1, categorywork:2 и так далее). Какие настройки я должен сделать на вкладке "Параметры фильтрации", что бы в модуле подбора вылезали не сразу все "Другие", а только та, которая зависит от showon (как это реализовано в Joomla)? Установлена Joomla 5.1.4 + JL Content Fields Filter v.3.0.0 То есть вылезают все select, даже те которые содержат в себе параметры отсутствующие у материалов (не назначенные к материалам). Изображения: раз: drive.google.com/file/d/1wDtY_iBL5StjrTv...3co/view?usp=sharing два: drive.google.com/file/d/1Vqy5MlJWC15i3z1...nbo/view?usp=sharing
    • In Modules Joomline / JL Content Fields Filter
    • sports
    • Tesla CEO Elon Musk was snubbed from TIME Magazine’s “Most Influential People in AI” list, despite being the driving force behind the company’s self-driving efforts, data collection, and the development of the humanoid robot Optimus, along with other projects, like xAI. TIME released its list today, highlighting what it intended to be a compilation of the most brilliant names in AI. Those on the list have achieved big things, and the names on the list are not to be discredited in any way. Some of the names on the list are the biggest in tech and AI development. Jensen Huang, CEO of Nvidia, Sam Altman, CEO of OpenAI, Satya Nadella, CEO of Microsoft, and Mark Zuckerberg, CEO of Meta, are all included on the list. These are just a few of the names that TIME listed as the most influential in AI, but Musk was not included.  
    • In Общий форум / Общие вопросы по Joomla
© 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.