Nick Young

Results 317 comments of Nick Young

Resuming extraction after catching an exception is possible, see https://github.com/kevinzg/facebook-scraper/issues/310#issuecomment-852652846

`set_user_agent("Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36")` should work

Looks like this group was removed from FB, I've updated the README example in https://github.com/kevinzg/facebook-scraper/commit/2552c6f0188e9d7de894e0828106e3f011c6b110. This works fine for me with latest master

Duplicate of https://github.com/kevinzg/facebook-scraper/issues/71#issuecomment-1229059990

Sure, try latest master branch, https://github.com/kevinzg/facebook-scraper/commit/c0e38bfacb7ba6759f64672fbb4ec7c94c304ac2 should fix extraction for this page

Comment extraction is implemented in https://github.com/kevinzg/facebook-scraper, if that helps

Doesn't look like my version of sf (1.0-2) has that ``` r > sf::st_use_s2(FALSE) Error: 'st_use_s2' is not an exported object from 'namespace:sf' ```

That seems to help, it changes it from an error to a warning: ``` r > sf::sf_use_s2(FALSE) Spherical geometry (s2) switched off > tm_shape(invalid_geometry) + + tm_fill() Warning message: The...