You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi Im using django socialregistration i configure everything step by step using socialregistration doc. i also add sit_id .but i got this error :
Exception Type: TypeError at /social/linkedin/redirect/ Exception Value: <socialregistration.contrib.linkedin.client.LinkedIn object at 0xb49c97ec> is not JSON serializable
rafiee.nima
unread,
Apr 14, 2014, 1:51:39 PM4/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I'v fixed the problem by adding
SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer' to setting.py