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.
Asked
Active
Viewed 384 times
1 Answers
0
Here's an example using the python-linkedin library, you could probably do something similar with social auth using its backend/pipeline principle

Hedde van der Heide
- 21,841
- 13
- 71
- 100
-
I want to pass the linkedin token from front end via ajax call. – doordx Oct 22 '14 at 07:34