We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
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
The text was updated successfully, but these errors were encountered:
See #625
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: