How to install Brightery Facebook Business Scraper :
you should follow this steps carefully and be sure doing it the right way.
after downloading and extracting files you get a copy of ( Brightery Facebook Business Scraper ) script containing these files:
-
Step one: Upload
you're now fine, you have to upload those files into your cloud service (hosting) to start scraping data from facebook.
Step two: permissions
you should change your containing folder permission to these
you should change your files permission to these
Step Three: set up application
set up facebook application and get id/secret, You should go to Facebook Developers area and watch video below and follow steps
to enable user, group and event search follow this step
Step four: config.php
version 1 and 2
we're almost done now, go to your hosting/containing folder/config.php file and start editing, then place your app id and secret to the secound parameters as you see in picture
version 3
Config your fb apps, we support multiple fb apps to increase graph api call limitations
Example: for a single app
return [
[
'app_id' => 'xxx',
'app_secret' => 'xxxxx'
]
];
Example: for 3 apps
return [
[
'app_id' => 'xxx',
'app_secret' => 'xxx'
],
[
'app_id' => 'xxx',
'app_secret' => 'xxx'
],
[
'app_id' => 'xxx',
'app_secret' => 'xxx'
],
];
{{comments.length}} Comments
{{comment.name}} · {{comment.created}}
{{sc.name}} · {{sc.created}}
Post your comment