简体   繁体   English

如何获得Linkedin用户的所有连接

[英]How to get all connections of a Linkedin user

I am trying to develop a program in PHP to import all the connections of a linked in user. 我正在尝试用PHP开发一个程序,以导入链接的用户的所有连接。 I am trying the below API code 我正在尝试下面的API代码

https://api.linkedin.com/v1/people/~/connections:(id,first-name,last-name,location:(name),picture-url,emailAddress);

But it only display the connections of the current user,I need to get the connections of other users.for example i need to import the connection of LinkedIn user with name 'Firstname Lastname'. 但是它只显示当前用户的连接,我需要获取其他用户的连接。例如,我需要导入名称为“ Firstname Lastname”的LinkedIn用户的连接。

How it possible to get the connections of other Linkedin users ? 如何获得其他Linkedin用户的联系?

Please give a solution. 请给出一个解决方案。

通过API不可能实现,只有当前已登录用户的1级连接可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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