Implement Simple FB Connect Module
Simple FB Connect allows users to register and login to your Drupal site with their Facebook account.
As the name suggests, the design principle of this module is to keep things as simple as possible.
This module defines a path user/simple-fb-connect which redirects the user to Facebook for authentication. After Facebook has returned the user to our site, the module compares the email address provided by Facebook. If our site already has an account with the same email address, user is logged in. If not, a new user account is created. Facebook profile picture is synchronized to the new Drupal user account if profile pictures are enabled on Drupal settings.
Deliverables: Create a screencast showing the steps to implement the module and write a blogpost explaining the steps with corresposning screenshots.
Resources: https://www.drupal.org/project/simple_fb_connect https://www.drupal.org/docs/8/modules/simple-fb-connect/installation-instructions