olousouzian / akitabundle
Symfony 2.X bundle for easy crawling Facebook page
Installs: 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- facebook/php-sdk-v4: ~5.0
This package is not auto-updated.
Last update: 2024-06-22 18:02:56 UTC
README
Content
Provide a Symfony 2.X bundle for easy crawling Facebook page.
Get your accessToken
First, you new to create an Web Application on Facebook dev plateform.
Then go to https://developers.facebook.com/tools/access_token/ and save your token. We need this on the next step.
How to install ?
Install it with Composer
composer require olousouzian/akitabundle
Finally, register the bundle into app/AppKernel :
new Olousouzian\AkitaBundle\OlousouzianAkitaBundle(),
Parameters
Edit /app/config/parameters.yml.dist and add the following variable :
akita_access_token
Save the change and launch
$ composer update
Enter your Facebook token.
How to use
This bundle works only by CLI (Command Line Interface). Two commands are avalaibles :
app/console akita:check
Only check if your installation seems to be ok
app/console akita:crawl [facebookPageId] [Limit] [Timestamp]
Launch the crawler
License
This solution is under MIT license.