Open Rapid1898-code opened 2 years ago
same problem here
Try pass cookies as per the readme
https://github.com/kevinzg/facebook-scraper/commit/8fd973b40553e7cb23aef3a86f74f3d3ac973788 should fix this when not using cookies
Thanks a lot - maybe a stupid question - How can i update not this change to my local venv-environment? Should i simply overwrite the this one file "facebook_scraper.py" you changed? (or is there another recommended way to do this?)
Works great now for the profile "zuck". But when i try to load the information with eg. "NintendoDE" i get the same error as before
pip install git+https://github.com/kevinzg/facebook-scraper.git
should work to install the latest master branch into your venv
The scraper tries to access https://m.facebook.com/NintendoDE/about and this triggers a redirect to https://m.facebook.com/login.php. Try pass cookies as per the readme
Hello - i try to get the profile-information with the following code:
But i only get this error message:
Why is this not working as decribed in the readme?