When I used the following API, it returns only firstname, lastname and id datas: https://api.linkedin.com/v2/me
It does not return data such as position and headline.
When I look at the documentation, it should return all the data. https://developer.linkedin.com/docs/guide/v2/people/profile-api
When I try the following api, it is doing the same thing, it returns only the first name, lastname and id :
scope
parameter in the oauth request developer.linkedin.com/docs/oauth2 – Jonnix