Provides Entries for publisher/publisher to post to Facebook.
FacebookUserEntry: post a status message as a user. FacebookPageEntry: post a status message as a page admin.
The recommended way to install this is through composer.
Edit your composer.json
and add:
{
"require": {
"publisher/entry_facebook": "dev-master"
}
}
And install dependencies:
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install