【问题标题】:Linkedin api v2 get skills : 'not enough permissions to access to GET / skills'Linkedin api v2 获取技能:'没有足够的权限访问 GET / 技能'
【发布时间】:2019-05-13 19:54:45
【问题描述】:

我正在尝试从linkedin API 获得技能。

  • 我用过邮递员
  • 我已经拿到了我的授权令牌

这里是获取网址:

https://api.linkedin.com/v2/skills?ids={id1}&ids={id2}&ids={id3}&local_language=en&local.country=US&start=50

这来自文档: https://developer.linkedin.com/docs/ref/v2/standardized-data/skills

我总是得到这个答案:

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

我错过了什么吗?

【问题讨论】:

    标签: postman linkedin-api


    【解决方案1】:

    LinkedIn 为用户关闭了部分 API。你只能得到基本的东西。您需要订阅合作伙伴计划才能获得完整的个人资料。这里有一些链接可以帮助有需要的人。

    How to get LinkedIn r_fullprofile access?

    https://docs.microsoft.com/en-us/linkedin/shared/references/v2/profile/full-profile?context=linkedin/consumer/context

    https://legal.linkedin.com/api-terms-of-use

    【讨论】:

      猜你喜欢
      • 2018-02-19
      • 2019-06-02
      • 1970-01-01
      • 2019-02-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-01-19
      • 1970-01-01
      相关资源
      最近更新 更多