I want to make a very simple web application where you can log in using your facebook account.
I really like the structure of django as well as angularjs . I have an idea how to integrate these two using tastypie api framework for django.
So, if I use the backend django correctly, you will throw some JSON that can be used angular, etc.
Where I am confused is the authentication mechanism with facebook. How to integrate Facebook authentication with my application? What would be a good design for such an application?
I do not expect complete design or architecture for my application from anyone, but in some direction so that I can continue to work with the application.
Thanks:)
source share