Linkedin API - Capturing Profile Information

1

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.

    
asked by anonymous 12.05.2015 / 20:27

0 answers