You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for post in get_posts(groups/353587895099778/, pages = 10, cookies='facebook_cookies.txt', options={"posts_per_page":200, "allow_extra_requests": True, "progress":True}):
listpost.append(post)
listlike.append(post['likes'])
listcomments.append(post['comments'])
I can't get more than 22 posts back, no matter how much I change the settings.
Who has an idea?
The text was updated successfully, but these errors were encountered:
Hello
groupid : https://www.facebook.com/groups/353587895099778/. public group
for post in get_posts(groups/353587895099778/, pages = 10, cookies='facebook_cookies.txt', options={"posts_per_page":200, "allow_extra_requests": True, "progress":True}):
listpost.append(post)
listlike.append(post['likes'])
listcomments.append(post['comments'])
I can't get more than 22 posts back, no matter how much I change the settings.
Who has an idea?
The text was updated successfully, but these errors were encountered: