Facebook Login for authentication and authorization

As we mentioned in the previous lesson, our web application will need to use Facebook Login for authentication and authorization since we intend to use the Graph API to access Facebook data on behalf of our users.

We are going to set aside the authentication part for now, since authorization is the part that is much more critical to our needs for this course.

You will recall that authorization is the determination of the kinds of resources that a person (or in our case: our web application) has permission to access. These resources include data our application can read and operations that our application can perform.

Get hands-on with 1200+ tech skills courses.