social-app-django
                                
                                
                                
                                    social-app-django copied to clipboard
                            
                            
                            
                        Wrong URLs for LinkedIn backend
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
I guess we can close this one, I just checked and these are the URL currently used