Fashaan
Results
2
issues of
Fashaan
Hello ```python from facebook_scraper import get_posts for post in get_posts('100070464731127', pages=3, timeout=90, cookies="cookies.txt"): print(post) #return nothing after exiting the loop ``` ```python from facebook_scraper import get_posts for post in get_posts('erbil.bel',...
I was feeding the cookies to the scraper to get some post details from the following pages but it returns None, @kevinzg or @neon-ninja or @cedriferitan Can you please help...