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

TypeError at /complete/facebook/ datetime.datetime(2015, 8, 21, 17, 1, 19, 874723) is not JSON serializable #827

Closed akhilclarion closed 7 years ago

akhilclarion commented 9 years ago

Hi

I am getting this error in facebook integration.

geojacobm6 commented 9 years ago

Add this to your settings.py

SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'