【发布时间】: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"
【问题讨论】: