You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
well, first of all, you'll need to regenerate those API secrets.
Also, I don't believe that skills are available as part of that URL. I was looking myself earlier, and they are simply not returned. There is a separate API to edit/update skills, but apparently no way to read them from the usual profile API. That would be too useful for LinkedIn to want to provide.
@alister okey my friend but where is the solution for resolve this error ans for secret i generate secret and add in my code where initialize linkedin .. ahh i use version 2 but i haven't access also for get skills v2/people~:/skills but i haven't access
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
The text was updated successfully, but these errors were encountered: