How to Get user details after successful login from the social networks? Like email,username .

edited April 2016 in Social Login
After get Successful Login Token how can I Retrieve user details in php

Best Answer

  • Fred_PinelFred_PinelMember
    Answer ✓
    Thanks.
    Then try this:
    $data->user->identities[0]->displayName
    $data->user->identities[0]->emails[0]->value
    You can also use var_dump() on the json_decode() response message to examine the contents.
    There are arrays structures so you may want to parse differently.

    Regards

Answers

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.