question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LinkedIn OAuth2 broken

See original GitHub issue

repeatedly get

requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.linkedin.com/v1/people/~:(email-address,first-name,id,last-name)?format=json&oauth2_access_token=<snip>

problem is here:

https://github.com/python-social-auth/social-core/blob/master/social_core/backends/linkedin.py#L88

it should be

        return self.get_json(
            self.user_details_url(),
            params={
              'format': 'json',
              'oauth2_access_token': access_token
            }
        )

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
JVUndergroundcommented, Jan 17, 2018

Can we update the pip package, so we don’t have to use unofficial installs?

2reactions
maksleventalcommented, Jan 26, 2018

any movement on this? this is a pretty big deal isn’t it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linkedin OAuth is not working - Stack Overflow
I am new for Ionic. i am developing linkedin Signin for my App. for linkedin Oauth 2 i used cordovaoauth .it goes to...
Read more >
OAuth 2 Login Not Working With Linkedin · Issue #5983 - GitHub
I am using Spring Boot 2.0.6-RELAESE And following configuration for OAuth 2: spring: security: oauth2: client: registration: google:
Read more >
LinkedIn API Breaking Change Policy - Microsoft Learn
Please look out for email communication from LinkedIn where we may notify you about breaking and non-breaking changes to our APIs. For breaking...
Read more >
LinkedIn's Sharing API is Broken, Not Fetching Images
LinkedIn is currently experiencing an issue with displaying preview images when links are shared on the platform.
Read more >
LinkedIn Developer Solutions
Grow your brand and business with LinkedIn APIs. ... We're making it easier to build with LinkedIn Marketing APIs by introducing API versioning...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found