我需要什么权限才能获得Connections API?

时间:2019-01-16 15:38:25

标签: linkedin

当前我登录

  

https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id[myclientid]&state=invite&redirect_uri=http://127.0.0.1:8081&scope=r_basicprofile+rw_company_admin+w_share

然后我在邮递员中发出OAuth GET请求

  

https://www.linkedin.com/oauth/v2/accessToken?code[accesstokengivenfrompreviousrequest]&client_secret[mysecretclient]&client_id[myclientid]&redirect_uri=http://127.0.0.1:8081&grant_type=authorization_code

然后我在Postman中为我的连接请求GET请求,就像他们给我的示例here

  

https://api.linkedin.com/v2/connections?q=viewer&count=50

这是我的结果

AppBarLayout

页面here说:

  

“要使用Connections API,必须请求访问令牌   代表成员进行身份验证的呼叫。”

以及给定的权限是:match_parent{ "serviceErrorCode":100, "message":"Not enough permissions to access: GET-viewer /connections", "status":403 } ,所以当我尝试将这些权限添加到我发布的第一个登录链接时,它说这不在我的权限范围内。因此,我尝试查找我对这些permissions的需求,然后转到2-legged3-legged权限页面,其中未列出任何权限或权限。

那我该如何访问r_1st_connectionsr_compliance

为我省去麻烦,因为如果您知道,那么您可能会知道我是否可以从我的r_1st_connections获取电子邮件地址,因为如果不能,那么我就不需要打扰反正与此。

0 个答案:

没有答案