Good afternoon. Well, my question is to capture linkedin user profile information with PHP. I tried but I can only return the firstname, lastname and image of the account to SESSION.
$response = $OBJ_linkedin->profile('~:(id,first-name,last-name,picture-url)');
What are the parameters required for the response to get eg the user's email.