MARTIN SPRINT 2 REPORT

Foreign Trained Dentists Facebook created, no members yet but me though.

Drupal for Facebook

  • Installation of DFF module to the live site
    • Downloaded DFF module from drupal.org
    • Uploaded module to .../sites/all/modules
    • copy .../modules/fb/theme/fb_fbml theme to .../sites/all/themes
    • edited sites/default/settings.php
      • edited file permissions so the user can read,write and execute (0666)
      • inserted the following line at the end of the file:                                                      require_once "sites/all/modules/fb/fb_settings.inc";
    • Enabled modules through administer>site building>modules
      • DFF Facebook API
      • DFF Applications
      • DFF User Management
      • DFF Canvas  Pages
      • DFF Connect
      • DFF Devel

 

  • Went to www.facebook.com/developers
    • signed-up for an application for FTD
    • took note of the information that facebook provided
      • API Key
      • Secret
      • Application ID
  • Created a Facebook Application from the live site
    • entered the information that facebook provided
      • API Key
      • Secret
      • Application ID

 

  • Downloaded the latest facebook PHP library
  • Uploaded the library to bluehost
  • Created index.php in .../sites/all/modules/fb/facebook-platform/client/facebook/
  • Filled-out any application information required by facebook (URLs)

**still displaying some errors, will work on facebook-platform readme.txt tomorrow**

    • warning: include(facebook-platform/php/facebook.php) [function.include]: failed to open stream: No such file or directory in /home1/foreignt/public_html/sites/all/modules/fb/fb.module on line 172.
    • warning: include(facebook-platform/php/facebook.php) [function.include]: failed to open stream: No such file or directory in /home1/foreignt/public_html/sites/all/modules/fb/fb.module on line 172.
    • warning: include() [function.include]: Failed opening 'facebook-platform/php/facebook.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/foreignt/public_html/sites/all/modules/fb/fb.module on line 172.
    • Failed to find the Facebook client libraries at facebook-platform/php/facebook.php. Read the README.txt and follow the instructions carefully.

 **this error is displayed on the home page of the live site**

**there is a facebook-platform/readme.txt that I am trying to follow but I can't complete it.**