Linkedin API - Capturing profile information

Asked

Viewed 578 times

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.