Django rest_social_auth log in. What to do with facebook token? – Facebook api
I am using django-rest-social-auth package to allow users authenticate in my Django rest app. I was able to retrieve a token from facebook for an user. Now, I don't know how to use that token. I am trying to access…