- Posts: 2
- Thank you received: 0
Facebook.Not getting real mail
- Offline
- New Member
Less
More
5 years 8 months ago #8565
by
Facebook.Not getting real mail was created by
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 686226394957363@facebook.com
Please Log in to join the conversation.
- Offline
- Admin
Less
More
- Posts: 2227
- Thank you received: 188
5 years 7 months ago #8571
by
Replied by on topic Facebook.Not getting real mail
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.
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.
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
5 years 7 months ago #8581
by
Replied by on topic Facebook.Not getting real mail
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.
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.
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
5 years 2 months ago - 5 years 2 months ago #8735
by
Replied by on topic Facebook.Not getting real mail
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;
}
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: 5 years 2 months ago by .
Please Log in to join the conversation.
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
4 years 3 weeks ago - 4 years 3 weeks ago #8844
by
Replied by on topic Facebook.Not getting real mail
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: 4 years 3 weeks ago by .
Please Log in to join the conversation.
Time to create page: 0.164 seconds