In this 8 minute video, you'll learn how to create a new Facebook app ID, create an authentication service with AWS Amplify, and enable sign in with Facebook in a web application.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Hi Nader,
thanks for another super-useful video!
I was trying the same thing but with google + facebook signin, but after the login I have this error:
But I had to add this step:
In Cognito Identity Pool
Edit identity pool
-->Authentication Providers
I added Facebook and Google+ keys because it was not working without.In the end, after the login, when I try to use
Auth.currentAuthenticatedUser();
I got this error
more on this in this issue
Hi Nader
Thanks for this video - that fact that I managed to follow it and get it to work even though Facebook no longer has Developer/Live modes shows that it is truly idiot proof!