【问题标题】:Python-linkedin Return URL?Python-linkedin 返回网址?
【发布时间】:2015-08-08 17:45:00
【问题描述】:

我正在尝试使用https://github.com/ozgur/python-linkedin

我正在采取的步骤如下:

  • 在linkedin上注册我的应用程序以获取密钥和api密钥。
  • 将返回 URI 设置为 localhost:8080/code。
  • 使用所有信息更改 authentication.py。
  • 将 http_api.py 更改为保留返回 URL 为 localhost:8080 的信息

我得到错误: invalid redirect_uri。此值必须与使用 API 密钥注册的 URL 匹配。

谁能指导我完成我可能做错的步骤?我有时也会收到此错误: 当我运行 authentication.py 时,URL 中的 Your+application+has+not+been+authorized+for+the+scope+"r_contactinfo"

【问题讨论】:

    标签: python api oauth linkedin


    【解决方案1】:

    自LinkedIn API 上次更改以来,您不再拥有以下成员权限:

    r_fullprofile、r_network、r_contactinfo、rw_nus、rw_groups、w_messages

    https://developer.linkedin.com/support/developer-program-transition

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-12-25
      • 1970-01-01
      • 2023-03-11
      • 1970-01-01
      • 1970-01-01
      • 2010-12-05
      相关资源
      最近更新 更多