No user data with social login

Hello and thank you in advance,

I have successfully installed log in with different social media but when I retrieve the user data I only get very limited user data.

if ($oneall_curly->get (SITE_DOMAIN . "/connections/".$connection_token.".json"))
{
$result = $oneall_curly->get_result ();
$json = $result->body;
$json_decoded = json_decode($result->body);
}

When I return the value of result I get the following :

http://postimg.org/image/598a8wc1v/

I want to retrieve all the user info that I have checked ( email, first name, last name etc)

How can I do this ?

Thanks again.

Answers

  • Hi,
    There has been Facebook issues recently (due to an API change) which made unavailable the fields you mention.
    A correction has been deployed recently, perhaps you can try again.

    Sorry for the interruption.

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.