socialauth

What's the best and most recent social authentication plugin for Django?

There are plenty of them out there but a lot of them are old - can anyone recommend a plugin which they recently implemented? The only thing I really care about is gmail/yahoo, facebook and twitter are optional. EDIT: To address the answer, http://stackoverflow.com/questions/2421993/confusion-on-using-django-socialauth ^ the author s...

SocialAuth Implementation

Hi I am implementing socialAuth code using the code provided in the following link. http://code.google.com/p/socialauth/wiki/GettingStarted. But when I use provider object (of class AuthProvider). It gives me compilation error during compiling verifyResult method. If somebody has already implemented. Please help. Thanks. ...