Connects Hubot to your chat.facebook.com
Install dependencies with npm
npm install
There are a few configuration values you can use when getting hubot-facebook running. The FACEBOOK adapter requires only 3 environment variables to be set to able to use it.
HUBOT_FACEBOOK_ACCESS_TOKENHUBOT_FACEBOOK_APP_IDHUBOT_FACEBOOK_USER_ID
After installing hubot with npm, you should create a standalone bot:
hubot -c ./my-bot
After creating your new bot, you should modify the package.json and add the
hubot-xmpp and some other dependencies. After running npm install you should be ready to configure
and start up your bot.