{ Harvest Data | Scrap } from Scrape Facebook public pages without an API key.
DISCLAMER : this code is share only for educational purpose. Using it probably against facebook's terms of service.
Projet en pause, le client qui requête facebook est affreux à l'usage.
composer require piedweb/facebook-scraper
use PiedWeb\FacebookScraper\FacebookScraper;
$fbScraper = new FacebookScraper('myPageId');
$fbScraper->getPosts();
/** @Return array with subarray containing
* publish_time
* post_id
* text
* comment_number
* like_number
* images array
*/
composer test
- review
- post comment
- Robin from Pied Web
- All Contributors
The MIT License (MIT). Please see License File for more information.