fbchat-dev / fbchat

Facebook Chat (Messenger) for Python
https://fbchat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 412 forks source link

Facebook Account getting disabled #404

Closed MigDinny closed 5 years ago

MigDinny commented 5 years ago

I am currently developing a bot using this project. This is really useful and it's helping me a lot.

After some days of testing (I've created an account for this purpose) it got suspended. It is due to multiple "suspicious logins" (because of the script accessing the account).

What can I do to prevent this?

madsmtm commented 5 years ago

See https://github.com/carpedm20/fbchat/issues/361 for suggestions. The primary suggestion is to reuse session cookies! I'll close this for now, but this is definitely a bug, that I'd like to improve the documentation to clarify.