Reputation: 15474
i'm trying to install socialauth in my django application to have openid and facebook login, but it seems there are various versions of socialauth:
what do you recommend?
Upvotes: 3
Views: 705
Reputation: 14198
I understand you asked for socialauth, but I thought you can try using socialregistration found at: http://github.com/flashingpumpkin/django-socialregistration
It worked for me.
Upvotes: 1
Reputation: 31532
I really dont suggest you socialauth, have some bugs, facebook connect doesn't work fine, i suggest you find a good app for oauth, openid and use django-facebookconnect or oficial python/javascript sdk facebook with opengraph
Upvotes: 2