Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 750 Bytes

How to get started

Configuration

Find the $fb_access variable in the config.php file and set the fields You've got from your Facebook Developers Page

$fb_access = array(
'app_id' => '<facebook-app-id>',
'app_secret' => '<facebook-app-secret>',
'access_token' => '<page-token>'
);

Set the page id

$pageId = '<target-page-id>';

Start

$ php -S localhost:8000