Nick Young

Results 319 comments of Nick Young

It's not an error, just a warning. It's safe to ignore

Yes. `get_profile` returns a dict. Try `print` it to console

The cookies.txt file needs to be in the same directory as where you run the script from

Make sure your cookies.txt includes those cookies (with the names c_user and xs)

I merged https://github.com/kevinzg/facebook-scraper/pull/707 into master branch, and that fixed reactor extraction for me for this post. Give latest master branch a try and see how you go.

Maybe you still had an old version of the library. Try `pip uninstall facebook-scraper` twice before running `pip install git+https://github.com/kevinzg/facebook-scraper.git`

I see - try https://github.com/kevinzg/facebook-scraper/commit/5539ec467223286d952c5af5c19d89a8cffedb17 With this commit I get: ```python 'reaction_count': 14, 'reactions': {'care': 3, 'like': 8, 'love': 1, 'sad': 2}, 'reactors': [{'link': 'https://facebook.com/lynnswisher.spears?fref=pb', 'name': 'Lynn Swisher Spears', 'type':...