I am using django's social_auth for facebook authentication. I am trying to access the token once a user is logged in using facebook so the app can do things like retrieve the user's friends and what is on his/her newsfeed. However, I am having trouble getting that token. Below is what I have. {{instance}} displays in the template but when I add {{token}} I get an error saying 'QuerySet' object has no attribute 'tokens'. How do I get the generated token? I am using django's social_auth for facebook au