Skip to content

i haven't acces for display skills and educations in linkedin #152

@med004

Description

@med004

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions