get_posts doesn't return anything
wangwchcs opened this issue · 1 comments
wangwchcs commented
Hi all,
I'm using this package every day to monitor comments on my Facebook page. But it's doesn't return any comments today when I ran my code and this example:
from facebook_scraper import get_posts
for post in get_posts('nintendo', pages=3):
print(post['text'][:50])
Is there anything happened?
Thank you!
wangwchcs commented
I figured it out. It was cookies issue. It works after I updated the cookies files.