From the course: Building Android Apps with AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Set up user sign in with Facebook

Set up user sign in with Facebook

From the course: Building Android Apps with AWS

Start my 1-month free trial

Set up user sign in with Facebook

- [Instructor] So now that we have our back end setup to do the Facebook authentication and we've registered the app on the Facebook developer portal, next thing that we need to do is get it set up in our list maker app. And I'm gonna start with the developer guide in the AWS documentation and that's gonna show us exactly what we need to implement. So I'm just gonna be following these steps here. Step one again, it's telling me to make sure that my configuration file is updated, and we did that so that's updated. The second step is telling me what I need to add to the manifest. It's telling me I need network permissions but we've already added that to our manifest. And then down here it's telling me that I need to add a Facebook activity and a piece of metadata down here for the application ID. So I'm gonna grab those two items. I'm just gonna copy those. Then I'm gonna go over to Android Studio and add them to my manifest. And it can't find any of these yet because I haven't imported…

Contents