Hello,
I user Happyr for authentification with linkedin but when I get data profil linkedin I haven't acces for display all data for example i haven't access to display skills and educations
this is part of my code:
` $linkedIn=new LinkedIn('778bwq3u29853q', 'y9kVV7SHy9NsJFvd');
$linkedIn->setHttpClient(new \Http\Adapter\Guzzle6\Client());
$linkedIn->setHttpMessageFactory(new GuzzleMessageFactory());
$linkedIn->setAccessToken($response->getAccessToken());
$scope = array('w_share', 'rw_company_admin', 'r_emailaddress', 'r_basicprofile');
if ($linkedIn->isAuthenticated()) {
$user=$linkedIn->get('v1/people/~:(firstName,lastName,email-address,skills)');
}
echo "
";
var_dump($user);
echo "
";
`
in var_dump I have firstName ,LastName and email but i haven't skills
in application linkedin I check all autorisation :
r_basicprofile | r_emailaddress | rw_company_admi | w_share
how to resolve this error please
Hello,
I user Happyr for authentification with linkedin but when I get data profil linkedin I haven't acces for display all data for example i haven't access to display skills and educations
this is part of my code:
` $linkedIn=new LinkedIn('778bwq3u29853q', 'y9kVV7SHy9NsJFvd');
$linkedIn->setHttpClient(new \Http\Adapter\Guzzle6\Client());
$linkedIn->setHttpMessageFactory(new GuzzleMessageFactory());
$linkedIn->setAccessToken($response->getAccessToken());
$scope = array('w_share', 'rw_company_admin', 'r_emailaddress', 'r_basicprofile');
echo "
";`
in var_dump I have firstName ,LastName and email but i haven't skills
in application linkedin I check all autorisation :
r_basicprofile | r_emailaddress | rw_company_admi | w_share
how to resolve this error please