LinkedIn API - get information about my ALL Connections

随声附和 提交于 2019-11-30 04:40:15

You can use the rest console here: http://developer.linkedin.com/rest-console

There is a template method you can use called "Get My Connections".

I hope this helps.

Update: LinkedIn has restricted their open API access, and this no longer works.

https://apigee.com/console/linkedin Select OAuth2, click connect, then allow LinkedIn to privede apigee to your LI profile. Then in the left collumn, select Get My Connections. apigee prepares most of params, except format (xml/json), which you can add yourself.

Looks like now no such API available(Looks like depricated by Linkedin). Please let me know if i am wrong and suggest other ways to achieve user's connections.

I am getting this in response

{
  "errorCode": 0,
  "message": "Access to connections denied",
  "requestId": "6Sxxxxxxx",
  "status": 403,
  "timestamp": 14xxxxxxxxx
}

Please see : https://developer.linkedin.com/support/developer-program-transition

I think what you are looking for, is the Linkedin Connections API. You can look at the documentation provided here -> http://developer.linkedin.com/documents/connections-api

There are also various other APIs for accessing profile, groups, companies, and jobs.

It returns an XML document so, you should be able to generate tokens and test your API calls without any problem.

These APIs are no longer available

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