Reputation: 252
I am working on an django (python) application that needs that access token from Linkedin API. I tried the following library social-auth-app-django
but it didn't help me because I do not need only to sign in, I want to store that access token in the below database to use the token in the future features of the app and I am not sure how to print it or get it from social-auth-app-django
.
----------------------------------------
id | username | password | LinkedinToken
----------------------------------------
Upvotes: 0
Views: 182