I'm reading documentation but it is not very clear to me.
I would like to build a button where a logged in user can click, get redirected to linkedin to give me read access to their profile, and then me getting this information back.
Is this something that is possible?
I'm using Vue + Laravel
Short answer - yes. Just like how you can sign in with Google, Twitter, Facebook, etc - which allows you certain access to a person's profile information, you can also get a person's LinkedIn information via oAuth.
The LinkedIn documentation is here: https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context And an example using Laravel is here: https://codebriefly.com/laravel-socialite-linkedin-login-part-2/
In short, you need to: