Retrieve second level contacts LinkedIn API

杀马特。学长 韩版系。学妹 提交于 2019-12-11 13:49:43

问题


It's possible to retrieve first level contacts of one of my LinkedIn contacts using LinkedIn API.

If i pass one of my contacts name or email, it is possible to retrieve his/her first level contacts, i'm using PHP as my development platform.

Help is highly welcome!


回答1:


You can only search for 2nd level/degree connections with the People Search API, and you need approval before you can use it. There is no way to get a full list of all 2nd level connections without search parameters.

Search for "facets" in the API docs, especially with the value "S" (Second Degree Connections).




回答2:


The profile fields for the LinkedIn API are documented here: https://developer.linkedin.com/documents/profile-fields

As you can see, connections are not available for second degree (or further) connections, only for the logged-in and authenticated user.



来源:https://stackoverflow.com/questions/11465768/retrieve-second-level-contacts-linkedin-api

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