简体   繁体   中英

Use Linkedin API to retrieve my profile info

I am developing my personal website and I want to retrieve my profile info on my Linkedin account by using the Linkedin API, so whenever I update on Linkedin, my personal website will be updated automatically as well. But this service needs to gain the OAUth2 token by logging in. How I can login (or gain OAuth2 token) from code-behind with my username and password, instead of manually login every-time? Prefer using JavaScript (client-side) or Python (server-side)

It looks like you need to use your username and password to obtain an Authentication key with LinkedIn. After authenticating yourself, you should be able to work with the API.

You can find information on how to do this here (link)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM