You are here

README.txt in Social Auth Facebook 8.2

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * How it works
 * Support requests
 * Maintainers


INTRODUCTION
------------

Social Auth Facebook is a Facebook authentication integration for Drupal. It is
based on the Social Auth and Social API projects.

It adds to the site:

 * A new url: /user/login/facebook
 * A settings form at /admin/config/social-api/social-auth/facebook
 * A Facebook logo in the Social Auth Login block.


REQUIREMENTS
------------

This module requires the following modules:

 * Social Auth (https://drupal.org/project/social_auth)
 * Social API (https://drupal.org/project/social_api)


HOW IT WORKS
------------

The user can click on the Facebook logo on the Social Auth Login block
You can also add a button or link anywhere on the site that points
to /user/login/facebook, so theming and customizing the button or link
is very flexible.

After Facebook has returned the user to your site, the module compares the user
id or email address provided by Facebook. If the user has previously registered
using Facebook or your site already has an account with the same email address,
the user is logged in. If not, a new user account is created. Also, a Facebook
account can be associated with an authenticated user.


INSTALLATION
------------

 * Run composer to install the dependencies.
   composer require "drupal/social_auth_facebook:^2.0"

 * Install the dependencies: Social API and Social Auth.

 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-8
   for further information.

 * A more comprehensive installation instruction for Drupal 8 can be found at
   https://www.drupal.org/docs/8/modules/social-api/social-api-2x/social-auth-2x/social-auth-facebook-2x-installation


CONFIGURATION
-------------

 * Add your Facebook App OAuth2 information in Configuration »
   User Authentication » Facebook.

 * Place a Social Auth Login block in Structure » Block Layout.

 * If you already have a Social Auth Login block in the site, rebuild the cache.


SUPPORT REQUESTS
----------------

* Before posting a support request, carefully read the installation
   instructions provided in module documentation page.

 * Before posting a support request, check the Recent Llog entries at
   admin/reports/dblog

 * Once you have done this, you can post a support request at module issue
   queue: https://www.drupal.org/project/issues/social_auth_facebook

 * When posting a support request, please inform if you were able to see any
   errors in the Recent Log entries.


MAINTAINERS
-----------

Current Maintainers:

 * Getulio Valentin Sánchez (gvso) - https://www.drupal.org/u/gvso
 * Himanshu Dixit (himanshu-dixit) - https://www.drupal.org/u/himanshu-dixit

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * How it works
  8. * Support requests
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. Social Auth Facebook is a Facebook authentication integration for Drupal. It is
  13. based on the Social Auth and Social API projects.
  14. It adds to the site:
  15. * A new url: /user/login/facebook
  16. * A settings form at /admin/config/social-api/social-auth/facebook
  17. * A Facebook logo in the Social Auth Login block.
  18. REQUIREMENTS
  19. ------------
  20. This module requires the following modules:
  21. * Social Auth (https://drupal.org/project/social_auth)
  22. * Social API (https://drupal.org/project/social_api)
  23. HOW IT WORKS
  24. ------------
  25. The user can click on the Facebook logo on the Social Auth Login block
  26. You can also add a button or link anywhere on the site that points
  27. to /user/login/facebook, so theming and customizing the button or link
  28. is very flexible.
  29. After Facebook has returned the user to your site, the module compares the user
  30. id or email address provided by Facebook. If the user has previously registered
  31. using Facebook or your site already has an account with the same email address,
  32. the user is logged in. If not, a new user account is created. Also, a Facebook
  33. account can be associated with an authenticated user.
  34. INSTALLATION
  35. ------------
  36. * Run composer to install the dependencies.
  37. composer require "drupal/social_auth_facebook:^2.0"
  38. * Install the dependencies: Social API and Social Auth.
  39. * Install as you would normally install a contributed Drupal module. See:
  40. https://drupal.org/documentation/install/modules-themes/modules-8
  41. for further information.
  42. * A more comprehensive installation instruction for Drupal 8 can be found at
  43. https://www.drupal.org/docs/8/modules/social-api/social-api-2x/social-auth-2x/social-auth-facebook-2x-installation
  44. CONFIGURATION
  45. -------------
  46. * Add your Facebook App OAuth2 information in Configuration »
  47. User Authentication » Facebook.
  48. * Place a Social Auth Login block in Structure » Block Layout.
  49. * If you already have a Social Auth Login block in the site, rebuild the cache.
  50. SUPPORT REQUESTS
  51. ----------------
  52. * Before posting a support request, carefully read the installation
  53. instructions provided in module documentation page.
  54. * Before posting a support request, check the Recent Llog entries at
  55. admin/reports/dblog
  56. * Once you have done this, you can post a support request at module issue
  57. queue: https://www.drupal.org/project/issues/social_auth_facebook
  58. * When posting a support request, please inform if you were able to see any
  59. errors in the Recent Log entries.
  60. MAINTAINERS
  61. -----------
  62. Current Maintainers:
  63. * Getulio Valentin Sánchez (gvso) - https://www.drupal.org/u/gvso
  64. * Himanshu Dixit (himanshu-dixit) - https://www.drupal.org/u/himanshu-dixit