The easiest way to install this integration is to use KPM.
/kpm install facebook
To add a configuration, execute each of the following commands (replace each of the angle bracketed strings with the respective information):
/kpm config facebook username "<facebookEmail>"
/kpm config facebook password "<facebookPassword>"
/kpm config facebook commandPrefix "/"
To run Facebook, either run node main.js facebook
when starting Concierge or run /kpm start facebook
when Concierge is running.
Note: the account that is logged in as will NOT be able to command it. The reasons behind this are documented here and here.
Due to an issue in the underlying dependency, Facebook will crash sometime between 24hrs-2weeks uptime. A temporary workaround is to use https://github.com/concierge/auto_restart which will automatically restart Facebook as needed.