Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Show More" apparently not working. #69

Open
justpip opened this issue Aug 2, 2020 · 6 comments
Open

"Show More" apparently not working. #69

justpip opened this issue Aug 2, 2020 · 6 comments

Comments

@justpip
Copy link

justpip commented Aug 2, 2020

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
Copy link

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
Copy link

Above solution doesn't work for me

@MaLijia-thss15
Copy link

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
Copy link

did anyone found solution to this?

@gonzalo-gongora
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants