rugantio / fbcrawl

A Facebook crawler
Apache License 2.0
661 stars 229 forks source link

"Show More" apparently not working. #69

Open justpip opened 4 years ago

justpip commented 4 years ago

Mbasic.facebook's "Show More" does not show more posts. As a result the fbcrawl outputs the same, most recent, posts over and over.

natsinger commented 4 years ago

Hey try to change the div count( from 1 to 2) in : "#new_page is different for groups if self.group == 1: new_page = response.xpath("//div[contains(@id,'stories_container')]/div[2]/a/@href").extract()"

to : if self.group == 1: new_page = response.xpath("//div[contains(@id,'stories_container')]/div[1]/a/@href").extract()

cavdimio commented 4 years ago

Above solution doesn't work for me

MaLijia-thss15 commented 4 years ago

Mbasic.facebook's "Show More" does not show more posts. As a result the fbcrawl outputs the same, most recent, posts over and over.

I think this is exactly why fbcrawl doesn't work anymore.

Rahulsunny11 commented 4 years ago

did anyone found solution to this?

gonzalo-gongora commented 3 years ago

Did anyone find the solution to this? x2

I tried browsing different pages in mbasic.facebook.com mode and the Show More button doesn't seem to work. It may be a bug within the mbasic page, can anyone confirm?

Rahulsunny11 commented 3 years ago

Did anyone find the solution to this? x2

I tried browsing different pages in mbasic.facebook.com mode and the Show More button doesn't seem to work. It may be a bug within the mbasic page, can anyone confirm?

yes gonzalo-gongora, there is an issue with mbasi.facebook.com.. show more in mbasic version is not working