omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

There is no refresh_token in extra_data for Facebook #828

Closed junaidurfjd closed 7 years ago

junaidurfjd commented 9 years ago

UserSocialAuth.refresh_token() is not working for me because there is no 'refresh_token' in the extra_data. So after a couple of hours of logging in through the Facebook's Javascript SDK the token expires and I cannot refresh it. How can this be resolved?