Going Social for your Django App [Update 2]
This post is in response to previous post at http://eugeneliang.wpengine.com/2010/08/going-social-for-your-django-app-update/. It seems that there's quite a bit of problems using "all in one" apps such as socialregistration and socialauth for Django.
Perhaps the best way to implement social login is to implement each API ( such asFacebook , Twitter ) by itself.
I'll experiment around and see how it goes.