【问题标题】:LinkedIn API Error: "serviceErrorCode": 100, "message": "Not enough permissions to access: GET-handleString /clientAwareMemberHandles", "status": 403LinkedIn API 错误:“serviceErrorCode”:100,“消息”:“没有足够的权限访问:GET-handleString /clientAwareMemberHandles”,“状态”:403
【发布时间】:2020-01-19 14:40:09
【问题描述】:

我使用以下权限获得了访问令牌:

r_emailaddressr_liteprofilew_member_social

但是当我尝试使用以下链接发出 GET 请求时,

https://api.linkedin.com/v2/clientAwareMemberHandles?q=handleString&handleString={someone@email.com}

我收到以下错误:

{
    "serviceErrorCode": 100,
    "message": "Not enough permissions to access: GET-handleString /clientAwareMemberHandles",
    "status": 403
}

/people 我也得到同样的错误,

https://api.linkedin.com/v2/people/(id:{_us123456)}?projection=(id,firstName,lastName)

Error:
        {
            "serviceErrorCode": 100,
            "message": "Not enough permissions to access: GET /people/(id:%7B_us123456)%7D",
            "status": 403
        }

有人可以告诉我我缺少什么权限吗?我该如何解决这个问题?

仅供参考,我可以使用相同的访问令牌向 https://api.linkedin.com/v2/me 发出 GET 请求,它会在 Postman 上返回相应的 JSON。

【问题讨论】:

    标签: permissions postman linkedin linkedin-api


    【解决方案1】:

    我一直在为同样的问题而苦苦挣扎,我认为医生说:https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/handle-lookup

    此 API 的使用仅限于经批准的开发人员 LinkedIn 并受其适用的数据限制 协议。

    我认为你需要做的就是成为linkedin的合作伙伴:(

    【讨论】:

      猜你喜欢
      • 2018-02-19
      • 2019-10-16
      • 2019-06-02
      • 2019-05-13
      • 1970-01-01
      • 1970-01-01
      • 2015-12-14
      • 1970-01-01
      • 2019-08-21
      相关资源
      最近更新 更多