fbcrawl icon indicating copy to clipboard operation
fbcrawl copied to clipboard

"Show More" apparently not working.

Open justpip opened this issue 4 years ago • 6 comments

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

justpip avatar Aug 02 '20 14:08 justpip

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()

natsinger avatar Aug 09 '20 06:08 natsinger

Above solution doesn't work for me

cavdimio avatar Aug 13 '20 19:08 cavdimio

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.

MaLijia-thss15 avatar Aug 23 '20 00:08 MaLijia-thss15

did anyone found solution to this?

Rahulsunny11 avatar Sep 03 '20 05:09 Rahulsunny11

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?

gonzalo-gongora avatar Dec 15 '20 18:12 gonzalo-gongora

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

Rahulsunny11 avatar Dec 18 '20 10:12 Rahulsunny11