在使用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
我该如何解决这个问题?
在LinkedIn API文档中,强调了两种类型的授权权限:成员授权和应用程序授权。 LinkedIn API
此处还有另一个问题,答案表明可能是OAuth客户端要求提供的信息超出了允许的范围。 Related Question
所以IMO可能是你的应用程序权限的一些问题。