minimaxir/facebook-page-post-scraper

scraping error

yokaso opened this issue · 5 comments

Hi,i am getting error when using the code

Error for URL https://graph.facebook.com/v2.9/BiskraInfo/posts/?limit=100&access_token=<6436979392819205149>|<FILL IN>&fields=message,link,created_time,type,name,id,comments.limit(0).summary(true),shares,reactions.limit(0).summary(true): 2017-06-29 10:03:35.139865 Retrying. HTTP Error 400: Bad Request

just an other question, how to get app_id and app_secret from FB page that i want to scrap ?

is the group CLOSED? because 400 Bad Request happens when the group you're trying to scrape is CLOSED or not OPEN/Public.

i am trying scrape open page .
please can you tell me how to get an app_id for a FB page and app_secret ?
thank you in advance

To generate APP ID and APP Secret for your app. Open and login:

https://developers.facebook.com/docs/apps/register

Go through the following steps:

On the top right: Click My Apps
Choose: Add a new App
==> create a new app for yourself
On the left NavBar: Click Settings
A new window will open which will have the APP ID ans APP Secret.

I hope this helps

thank you for the help, it work.
but i had some troube with the language ??? is there any solution to get apear non latin alphabets ?

Your latest question referred to issue #56
Close this issue when you done.