Index: README.txt =================================================================== --- README.txt (revision 1.9) +++ README.txt (6.x working copy) @@ -19,7 +19,7 @@ - Download the facebook-platform PHP code from developer.facebook.com. Extract it into the 'modules/fb' directory, so you have - modules/fb/facebook-application/ + modules/fb/facebook-platform/ wget http://developers.facebook.com/clientlibs/facebook-platform.tar.gz tar xvzf facebook-platform.tar.gz @@ -30,13 +30,15 @@ you may encounter uncaught exceptions using the PHP5 API. - Edit your settings.php file (sites/default/settings.php, depending - on your install) to include settings.inc (in this directory). For + on your install) to include fb_settings.inc (in this directory). For example: require_once "profiles/custom/modules/fb/fb_settings.inc"; (Or whatever path is appropriate, could be - "sites/all/module/fb/fb_settings.inc") + "sites/all/module/fb/fb_settings.inc"). Include fb_settings.inc at the + *end* of your settings.php file to avoid overwriting optional $conf + array manual overrides. - Enable the Facebook modules via the drupal admin pages, as usual. You must enable at least fb.module and fb_app.module. You will