-
```python
import fbchat
from fbchat.models import *
class EchoBot(fbchat.Client):
def onMessage(self, author_id, message_object, thread_id, thread_type, **kwargs):
print("{} from {}"…
-
## Description of the problem
I am very very new to this but am really keen to access my own FB messenger account to do some basic analysis. I am however getting an error when logging in and even mor…
-
## Description of the problem
After successfully sent message I'm getting an error:
Cannot invoke service for `fbchat'
Traceback (most recent call last):
File "/opt/mqttwarn/lib/python2.7/site…
-
README.md example returns following trace:
Traceback (most recent call last):
File "facebook.py", line 32, in
me = Messenger(login, password)
File "/home//.local/lib/python3.8/site-pack…
-
-
## 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 reproduce
```py
import atexi…
-
I was running this on pythonanywhere. The last file (message log) was written on 19 November, 2019. Now the code is not working. Even though I get no error, file (message log) is not being written. I'…
-
I use v2.0.0a5 but i got issue like:
fbchat.NotLoggedIn: Password Forgotten account?
i sure, i correct email and password.
sorry about my english.
-
If a member of a chat group _**unsent**_ a massage, how to recover and resend the message to the thread with fbChat? Please let me know the procedure. Thanks in advance :)
-
Every time i tried to use fbchat to login, and my account will be ban, even i use the example code, its still be ban. is my wrong or is not work now?