social-auth facebook authentication.
i can get user photo:
<p>You are logged in as {{ user.username }} !</p>
<img src="http://graph.facebook.com/{{ user.username }}/picture?type=square" > <--working
i need userid , fullname , lastname how can i get ? you can send me pull request.