You are here

README.txt in Social Auth Facebook 8

Same filename and directory in other branches
  1. 8.2 README.txt
SOCIAL AUTH FACEBOOK MODULE

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

Social Auth Facebook Module is a Facebook Authentication integration for Drupal.
It is based on the Social Auth and Social API projects, as well as in the
Simple FB Connect module.

It adds to the site:
* A new url: /user/login/facebook
* A settings form on /admin/config/social-api/social-auth/facebook page
* 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
------------

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.

When the user opens the /user/login/facebook link, it automatically takes
user to Facebook for authentication. Google then returns the user to
Drupal site. If we have an existing Drupal user with the same email address
provided by Facebook, that user is logged in. Otherwise a new Drupal user is
created.

SETUP
-----

Installation instructions for Drupal 8 can be found at
https://www.drupal.org/node/2642974


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

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

Before posting a support request, check Recent log entries at
admin/reports/dblog

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

File

README.txt
View source
  1. SOCIAL AUTH FACEBOOK MODULE
  2. INTRODUCTION
  3. ------------
  4. Social Auth Facebook Module is a Facebook Authentication integration for Drupal.
  5. It is based on the Social Auth and Social API projects, as well as in the
  6. Simple FB Connect module.
  7. It adds to the site:
  8. * A new url: /user/login/facebook
  9. * A settings form on /admin/config/social-api/social-auth/facebook page
  10. * A Facebook Logo in the Social Auth Login block.
  11. REQUIREMENTS
  12. ------------
  13. This module requires the following modules:
  14. * Social Auth (https://drupal.org/project/social_auth)
  15. * Social API (https://drupal.org/project/social_api)
  16. HOW IT WORKS
  17. ------------
  18. User can click on the Facebook logo on the Social Auth Login block
  19. You can also add a button or link anywhere on the site that points
  20. to /user/login/facebook, so theming and customizing the button or link
  21. is very flexible.
  22. When the user opens the /user/login/facebook link, it automatically takes
  23. user to Facebook for authentication. Google then returns the user to
  24. Drupal site. If we have an existing Drupal user with the same email address
  25. provided by Facebook, that user is logged in. Otherwise a new Drupal user is
  26. created.
  27. SETUP
  28. -----
  29. Installation instructions for Drupal 8 can be found at
  30. https://www.drupal.org/node/2642974
  31. SUPPORT REQUESTS
  32. ----------------
  33. Before posting a support request, carefully read the installation
  34. instructions provided in module documentation page.
  35. Before posting a support request, check Recent log entries at
  36. admin/reports/dblog
  37. When posting a support request, please inform if you were able to see any errors
  38. in Recent log entries.