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

Is fbchat dead? #674

Open wezabronsz opened 7 months ago

wezabronsz commented 7 months ago

So I found it few days ago and couldn't even get log in. Facebook made some changes with messenger few years ago and fbchat haven't been updated so if basic functionality isn't working it can be treated as dead/not actively developed. Is there any working alternative to respond to friend chat and get recent thread id?

liruoyu01 commented 6 months ago

have the same question, and we I login it shows fbchat._exception.FBchatUserError: Login failed.

JAFAR564 commented 6 months ago

Hi guys, I as well had the same situation and believed it was dead. There is another way... consider using the official Facebook Graph API for a more stable and supported way to interact with Facebook services or consider the official Facebook Messenger Platform API, which requires you to create a Facebook app and follow their documentation and guidelines..