Nick Young

Results 319 comments of Nick Young

If facebook says you need to login, you need to login

See the cookies section of the README - https://github.com/kevinzg/facebook-scraper/blob/master/README.md

This sounds like an issue for dateparser, not facebook-scraper. In fact, several people have already raised this in dateparser's issue tracker, see https://github.com/scrapinghub/dateparser/issues/1013

See https://github.com/kevinzg/facebook-scraper/issues/59#issuecomment-830988249 for some related discussion. A pull request for this feature would be welcome

The HTML served includes a URL for fetching more results. Search for `cursor=` to find this `see_more_pager` URL. If you make a request to that URL, you should get more...

The cursor URL is in that response. Try log out response.text.

Weird, I get cursor= even with m.facebook.com. I have used mbasic a couple times, but found that I can get mbasic content even on m.facebook.com if I set the noscript=1...

That's probably just for their analytics, I doubt it has any effect on the returned HTML

Search is present on m.facebook.com, see https://m.facebook.com/search/posts/?q=search%20query for example. But it seems non-trivial to search for a hashtag, which I think is what you mean.

Fork the project, and submit a pull request