publisher/entry_facebook

Entries for publisher/publisher to post on Facebook.

Installs: 17

Dependents: 1

Suggesters: 2

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/publisher/entry_facebook

0.9 2017-11-26 16:02 UTC

README

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.

Installation

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