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:
- uswa开发者_如何学Cretech which has a poor doc, a very bad template system
- elfsternberg which is defended by this but was last updated nov09
- agiliq update one month ago but seems to have even more bugs... (though sternberg is part of the contributors)
- others which are even less transparent
what do you recommend?
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
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.
精彩评论