Facebook bot for handling some Facebook tasks in the group and a fun project to check what can be automated on Facebook within Groups specifically.
- Approving new membership requests
$ git clone git://github.com/wwphp-fb/facebook-bot
$ cd facebook-bot
$ composer install
For using this bot you can go through the documentation or check simple example below:
<?php
$connection = new Connection('[email protected]', 'password', '314159265');
$bot = new Bot($connection);
$bot->run();
This application is released under the MIT License.