You are here

README.txt in Simple FB Connect 8.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
SIMPLE FACEBOOK CONNECT MODULE

Simple FB Connect is a Facebook Connect Integration for Drupal.

It adds to the site:
* A new url: /user/simple-fb-connect
* A tab on /user page pointing to the above url

HOW IT WORKS
------------
User can click on the "Facebook login" tab on the user login page
You can also add a button or link anywhere on the site that points 
to /user/simple-fb-connect so theming and customizing the button or link 
is very flexible.

When the user opens the /user/simple-fb-connect link, it automatically takes 
user to Facebook for authentication. Facebook 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 from the module handbook:
https://www.drupal.org/node/2642974

ADVANCED USAGE
--------------
The post login path can be defined dynamically by setting postLoginPath
query parameter.

The module also dispatches events that other modules can
subscribe to using EventSubscriber. You can also use Rules module to react
on these events.

You can easily extend Facebook integrations with a custom module.

Please refer to module handbook for more information on these topics:
https://www.drupal.org/node/2474731

SUPPORT REQUESTS
----------------
Before posting a support request, carefully read the installation
instructions provided in module handbook.

Before posting a support request, check Composer Manager status report at
admin/reports/composer-manager. This status page will show the Facebook PHP
SDK version if Drupal can detect it.

Before posting a support request, check Recent log 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/simple_fb_connect

When posting a support request, please inform what does the status report say
at admin/reports/composer-manager and if you were able to see any errors in
Recent log entries.

File

README.txt
View source
  1. SIMPLE FACEBOOK CONNECT MODULE
  2. Simple FB Connect is a Facebook Connect Integration for Drupal.
  3. It adds to the site:
  4. * A new url: /user/simple-fb-connect
  5. * A tab on /user page pointing to the above url
  6. HOW IT WORKS
  7. ------------
  8. User can click on the "Facebook login" tab on the user login page
  9. You can also add a button or link anywhere on the site that points
  10. to /user/simple-fb-connect so theming and customizing the button or link
  11. is very flexible.
  12. When the user opens the /user/simple-fb-connect link, it automatically takes
  13. user to Facebook for authentication. Facebook then returns the user to Drupal
  14. site. If we have an existing Drupal user with the same email address provided
  15. by Facebook, that user is logged in. Otherwise a new Drupal user is created.
  16. SETUP
  17. -----
  18. Installation instructions for Drupal 8 can be found from the module handbook:
  19. https://www.drupal.org/node/2642974
  20. ADVANCED USAGE
  21. --------------
  22. The post login path can be defined dynamically by setting postLoginPath
  23. query parameter.
  24. The module also dispatches events that other modules can
  25. subscribe to using EventSubscriber. You can also use Rules module to react
  26. on these events.
  27. You can easily extend Facebook integrations with a custom module.
  28. Please refer to module handbook for more information on these topics:
  29. https://www.drupal.org/node/2474731
  30. SUPPORT REQUESTS
  31. ----------------
  32. Before posting a support request, carefully read the installation
  33. instructions provided in module handbook.
  34. Before posting a support request, check Composer Manager status report at
  35. admin/reports/composer-manager. This status page will show the Facebook PHP
  36. SDK version if Drupal can detect it.
  37. Before posting a support request, check Recent log entries at
  38. admin/reports/dblog
  39. Once you have done this, you can post a support request at module issue queue:
  40. https://www.drupal.org/project/issues/simple_fb_connect
  41. When posting a support request, please inform what does the status report say
  42. at admin/reports/composer-manager and if you were able to see any errors in
  43. Recent log entries.