Search code examples
pythondjangolinkedin-api

Using python-social-auth with linkedin


Hi I'm using python social auth to allow user sign in using LinkedIn. Is there a way to extract token from the response like we do for Facebook and pass it to the backend by making an ajax request.


Solution

  • Here's an example using the python-linkedin library, you could probably do something similar with social auth using its backend/pipeline principle