We use LinkedIn API to signIn my web application, but currently, we are using V1 API, but now we want to upgrade V1 to V2, But after signIn somehow we can't access user full-profile fields.
We need to fullProfile fields of current member full profile. So,Can you help me how to get full profiles fields?
we are following bellow API:
https://api.linkedin.com/v2/me
but in this API we get an only lite-profiles field:
(id,firstName,lastName,profilePicture(displayImage~:playableStreams))
Thanks