Skip to content

luchosrock/fbpagealbumreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Read all albums of any public facebook page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages