网址的内部服务器错误:https://api.linkedin.com/v1/people/

问题描述 投票:0回答:1

在使用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 django linkedin-api python-social-auth django-socialauth
1个回答
0
投票

在LinkedIn API文档中,强调了两种类型的授权权限:成员授权和应用程序授权。 LinkedIn API

此处还有另一个问题,答案表明可能是OAuth客户端要求提供的信息超出了允许的范围。 Related Question

所以IMO可能是你的应用程序权限的一些问题。

© www.soinside.com 2019 - 2024. All rights reserved.