【发布时间】:2019-09-11 09:07:47
【问题描述】:
我在使用 LinkedIn 的 oauth2 后收到 500 个服务器错误
url: https://api.linkedin.com/v1/people/~:(email-address,first-name,formatted-name,id,last-name,picture-url,public-profile-url)?format=json
这里我使用了 python Django 框架和下面的包
*python-social-auth *social-auth-app-django *social-auth-core
我该如何解决这个问题?
【问题讨论】:
-
你有
python-social-auth包吗?这已经被弃用了很长时间,social-auth-app-django和social-auth-core应该足够了。你能分享整个追溯吗? -
谢谢,@omab,
social-auth-app-django使用 LinkedIn API v1,但自 5 月 1 日起,LinkedIn API v1 已弃用。所以我使用手动的方式对 LinkedIn v2 进行身份验证。
标签: python django linkedin-api python-social-auth django-socialauth