在使用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
如何解决此问题?
答案 0 :(得分:0)
在LinkedIn API文档中,着重强调了两种授权权限:成员授权和应用程序授权。 LinkedIn API
这里还有另一个问题,答案表明可能是OAuth客户端要求提供的信息超出允许的范围。 Related Question
因此IMO,这可能是有关您的应用程序权限的问题。