facebook-scraper
facebook-scraper copied to clipboard
two pages - one is scrapable and one is not
Hi everyone,
i have two different pages. one is scrapable and one is not. fb.com/239366402785275 won't get any results fb.com/313187412842466 this is ok
code.
posts = get_posts(id, pages=10, timeout=600, options={"comments": True,"allow_extra_requests": True })
am i doing anything wrong? whats difference?
set_cookies("cookies.json") would not get loaded..
Yes, seems 239366402785275 requires you to be logged in to see posts. Try open https://m.facebook.com/ministerstvovnutraSR in an incognito window, you can see there's no posts there. So you'll need to get your cookies working, as per the README.