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

半腔热情 提交于 2019-12-12 03:08:08

问题


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?


回答1:


well you need refer LinkedIn developer REST API guide https://developer.linkedin.com/docs/rest-api#



来源:https://stackoverflow.com/questions/41459396/how-to-get-user-connection-details-on-my-website-using-javascript-linkedin-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!