获取Linkedin连接的问题

时间:2015-08-04 10:28:25

标签: php json api oauth-2.0 linkedin

我尝试使用以下API请求获取登录用户的Linkedin连接,

  

https://api.linkedin.com/v1/people/~/connections:(id,firstName,lastName,email-address)?format=json

我收到了这个错误,

{
  "errorCode": 0,
  "message": "Access to connections denied",
  "requestId": "OFP0JOLOHO",
  "status": 403,
  "timestamp": 1438683812562
}

那么我们如何使用Linkedin API获取所有连接?

1 个答案:

答案 0 :(得分:0)

请将此网址用作API请求

<强> https://api.linkedin.com/v1/people/~:(id,num-connections,picture-url)?format=json

它对我有用