简体   繁体   中英

How to get user connection details on my website using JavaScript LinkedIn api?

I am trying to get user connection details on my website using JavaScript LinkedIn api. Whenever I request the connection details it gives me this error in my console:

https://api.linkedin.com/v1/people/~/connections : 403 Forbidden.

This link opens an XML file.

I am receiving user basic profile details for eg: it's firstname, lastname, email address, no. of connections, headline, id etc but could not get its connection details. I made a little research and found out that I need to get an application permission from linked for getting the connection details. Is this correct?

那么您需要参考LinkedIn开发人员REST API指南https://developer.linkedin.com/docs/rest-api#

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