Ahmed HamzaOriginal post
Web Developer
I want to fetch profile data of authorized user from Linkedin for the project im working on.
I'm using appwrite for auth which is provding access token which then i use in linked api.
api.linked.com/v2/userinfo is providing basic info
/me & /people are throwing permission error
Summary
Developers are trying to fetch profile data from LinkedIn using an access token provided by Appwrite for authentication. They are getting basic info from api.linked.com/v2/userinfo but encountering permission errors with /me and /people endpoints.