social-app-django icon indicating copy to clipboard operation
social-app-django copied to clipboard

Wrong URLs for LinkedIn backend

Open pga23 opened this issue 8 years ago • 1 comments

for OAuth2 correct URLs are:

AUTHORIZATION_URL = 'https://www.linkedin.com/oauth/v2/authorization'
ACCESS_TOKEN_URL = 'https://www.linkedin.com/oauth/v2/accessToken'

More information here: https://developer.linkedin.com/docs/oauth2

pga23 avatar Sep 05 '17 12:09 pga23

I guess we can close this one, I just checked and these are the URL currently used

pfouque avatar Oct 17 '22 19:10 pfouque