moda20 / facebook-scraper

Scrape Facebook public pages without an API key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to obtain all comments,Only 10 results

526319491 opened this issue · comments

MAX_COMMENTS = 1000 
gen = get_posts(
            post_urls=[POST_ID],
            options={"comments": MAX_COMMENTS, "progress": True},
            cookies=cookiefile
        )

POST_ID is :
https://mbasic.facebook.com/100078036108194/posts/pfbid0yB1ipsREMfte9hLXjJbhVxnkfC3Px2q1vbLnXknRFbFQ4gKyvBEuBsNu54m27dtbl

Only 10 results

Is there a solution

@526319491 I am not sure what the problem is here, please paste more info, did it work before ? did it not ? when and after which update it stopped. you need to do some effort here

@526319491 were you able to get this fixed ? should we close this issue ?

the mbasic return 10 comments only, i am also looking at how the script work to load "View more comment" button.