I'm getting 500 server error after oauth2 with LinkedIn
url: https://api.linkedin.com/v1/people/~:(email-address,first-name,formatted-name,id,last-name,picture-url,public-profile-url)?format=json
here I used python Django framework with below packages
*python-social-auth *social-auth-app-django *social-auth-core
how can I fix this issue?