fbchat icon indicating copy to clipboard operation
fbchat copied to clipboard

Facebook Chat (Messenger) for Python

Results 109 fbchat issues
Sort by recently updated
recently updated
newest added

## Description of the problem Unable to search for threads, I've been experiencing this error for an hour now while it was working before. ## Code to reproduce ```py import...

bug
help wanted

## Description https://business.facebook.com/mypage/inbox/?business_id=000000000 This is a fb business messenger. Can I use it with fbchat?

Logging in [email protected]... Login of [email protected] successful. Listening... Connection lost, retrying Connection lost, retrying Connection lost, retrying

## Description of the problem Due to a known bug/missing feature in the mypy plugin for attrs, mypy cannot correctly infer keyword arguments for a class which is decorated with...

enhancement

Hi, Unfortunately this line of code `client.searchForUsers("")` is not working. It is always returning empty like this `[]` Even this `client.searchForUsers("A")` is not working, so I think the problem is...

bug

## Description of the problem When i try to get threads by name using the Client's search_for_threads method it hangs on connecting to the socket for ever ## Code to...

So i want to make group but it cannot. ## Code to reproduce ```py # Example code self.createGroup("TEST", ["1234567890","100545","8631410"]) ``` ## Traceback ``` Traceback (most recent call last): File "/home/pc/.local/lib/python3.8/site-packages/fbchat/_client.py",...

When I run the sample code: from fbchat import Client import logging client = Client('', '', logging_level=logging.DEBUG) I get the following error (replicated on two different machines) File "/usr/local/lib/python2.7/dist-packages/fbchat/_client.py", line...

Currently, there is no way to check who is an admin in a group, only ways to change their status. The addition of a list to the group object that...