I would like to develop an Android app and leverage Facebook SDK for 
Android for user authentication instead of requiring users to register 
another account in my App. No browser access to Django is needed.
After users log in Facebook successfully, the SDK will return a token, I 
would like to send the token to Django and verify whether it is valid or 
not.
(In other words, log into Django via the Facebook token.)
The communication between my App and Django is in RESTful way.
 
I have read http://www.djangobook.com/en/2.0/chapter14.html.
It seems django.contrib.auth leverages the built-in 
authentication mechanism. 
I also have found https://gist.github.com/3972601. 
However, I do not know how to integrate them into my Django so that users 
can log in my App via Facebook and access the resources in Django.
 
Any ideas?
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/u53O7dGDmhYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to