Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I also would really like to know this! Please can someone help us out?

    Thanks in advance.

    Plugin Author Claude

    (@claudeschlesser)

    Hello,

    in the file communication.php you can see this line:
    $social_data = json_decode ($result->http_data);

    $social_data contains an array with the user’s profile data.

    For testing purpose you can add the code
    print_r($social_data);exit;
    in a new line below and then login with Social Login.

    Do not forget to remove the line afterwards,

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extracting Social Network Profile Data’ is closed to new replies.