fbchat
fbchat copied to clipboard
Could not find any ServerJSDefine
Hi,
I try to send a message on messenger with fichât library. I'm with Python 3.9
session = fbchat.Session.login(username, password)
session.user.send_text("Hi me!")
session.logout()
I try just this little part of code but I have all time the same error. Same issue when I try to see users.
If someone can help me
See #625