On 4 April 2013 20:13, Raakesh kumar <kumar3...@gmail.com> wrote:
> Hi All,
> In my Django project i have to implement "Login through Google/Facebook"
> functionality. After searching a lot i found many things on OpenId and
> oAuth but it was very confusing to me. Though I am familiar with oAuth
> protocol, i couldn't find any helpful link on how to implement this
> functionality using that also in Django.
> If you have any experience on this, please share with me.

1. You should use Oauth2. Facebook exclusively uses that, and
    Google has deprecated Oauth 1.0
2. There are several options. Perhaps the easiest is the django-social-auth
    application:
    - https://github.com/omab/django-social-auth
    - http://django-social-auth.readthedocs.org/en/latest/

Regards,
Gora

_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to