Installing Drupal for Facebook - facebook-platform

Greetings,
Cool modules - still finding out how it works. One thing that puzzled me was what to do with the facebook-platform directory after I down loaded it from Facebook. Put it into the modules/fb directory - maybe mention that on the install page?

don

Dave Cohen's picture

README.txt

When you download modules/fb, read modules/fb/README.txt before doing anything else.

Also see http://drupal.org/node/195035

as well as modules/fb

you also might want to add that people need to check they are editing the correct settings.php (doing "find -name settings.php" in my case revealed about ten, as it's a multiple site config; I wanted to enable it for all, but that didn't work, I had to do the require for the specific site I was using to test)

Dave Cohen's picture

It's a Drupal feature that it

It's a Drupal feature that it will find one settings.php, depending on your configuration.

If you're a newbie to Drupal, you should really read up on it on Drupal.org before ever using Drupal for Facebook.