You are here

README.txt in Simple FB Connect 7

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 8.2 README.txt
  3. 7.2 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 "Register / Login with FB" tab on the user login page
You can 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 and asks for his permission. Once granted the module checks 
the users email. If the email address is found on the Drupal Site, he is logged 
in automatically. Otherwise a new user account is created with the email address
 and the user is logged in.

SETUP:
1) Create a new app on https://developers.facebook.com/apps
This will give you an App ID/API Key and an App Secret
2) Edit the App settings on facebook to enable "Website with Facebook Login"
3) For Site URL, enter the url of your Drupal site 
4) Download Facebook PHP SDK from https://github.com/facebook/facebook-php-sdk/releases
Preferably v 3.2.3. And place the extracted folder in your sites/all/libraries 
directory such that sites/all/libraries/facebook-php-sdk/src/facebook.php and
sites/all/libraries/facebook-php-sdk/readme.md exist
5) Enable Simple FB Connect module and configure at 
admin/config/people/simple-fb-connect
6) Enter your app id and secret key obtained from facebook and save your settings

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. User can click on the "Register / Login with FB" tab on the user login page
  8. You can add a button or link anywhere on the site that points
  9. to /user/simple-fb-connect. So theming and customizing the button or link
  10. is very flexible.
  11. When the user opens the /user/simple-fb-connect link, it automatically takes
  12. user to Facebook and asks for his permission. Once granted the module checks
  13. the users email. If the email address is found on the Drupal Site, he is logged
  14. in automatically. Otherwise a new user account is created with the email address
  15. and the user is logged in.
  16. SETUP:
  17. 1) Create a new app on https://developers.facebook.com/apps
  18. This will give you an App ID/API Key and an App Secret
  19. 2) Edit the App settings on facebook to enable "Website with Facebook Login"
  20. 3) For Site URL, enter the url of your Drupal site
  21. 4) Download Facebook PHP SDK from https://github.com/facebook/facebook-php-sdk/releases
  22. Preferably v 3.2.3. And place the extracted folder in your sites/all/libraries
  23. directory such that sites/all/libraries/facebook-php-sdk/src/facebook.php and
  24. sites/all/libraries/facebook-php-sdk/readme.md exist
  25. 5) Enable Simple FB Connect module and configure at
  26. admin/config/people/simple-fb-connect
  27. 6) Enter your app id and secret key obtained from facebook and save your settings