olliepop / fbpagefeed
Retrieves posts from a Facebook page for a SilverStripe site, pulling posts and storing them via CliController task
Installs: 306
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 5
Type:silverstripe-module
Requires
- php: >=5.3.2
- facebook/php-sdk-v4: 4.0.*
- silverstripe/cms: >=3.1.0
- silverstripe/framework: >=3.1.0
This package is not auto-updated.
Last update: 2024-10-30 07:33:03 UTC
README
Introduction
FBPageFeed is a simple module for SilverStripe which provides a simple feed of your latest Facebook Page posts for your SilverStripe site.
Configuration
There are 4 settings, which can be found in the Settings menu in the CMS under "Facebook Feed". They are
- Facebook App ID
- Facebook App Secret
- Facebook Access Token
- Facebook Page ID
Obtaining the Access Token & Page ID
- Go to the Graph API Explorer
- Choose your app from the dropdown menu
- Click "Get Access Token"
- Choose the
manage_pages
permission - Enter
me/accounts
as the endpoint (after/vX.X/
) and copy your page'saccess_token
Installation
"olliepop/fbpagefeed": "0.2.*"