1
Good afternoon. Well, my question is to capture user profile information from Linkedin with PHP. I tried but I can only return to SESSION the firstname, lastname and aimagem of the account .
$response = $OBJ_linkedin->profile('~:(id,first-name,last-name,picture-url)');
what parameters are necessary for the sponse for example the email from usiuario.
I believe that in the specific case of the email depends a lot on the user, because it may be visible or not depending on the settings of the user of Linkedin. Anyway I tested here https://apigee.com/console/linkedin
– haykou