Here's the code:
import fbchat
from fbchat import Client
from getpass import getpass
username="john.smith"
client=fbchat.Client(username,getpass())
Thanks for the help.
Here's the code:
import fbchat
from fbchat import Client
from getpass import getpass
username="john.smith"
client=fbchat.Client(username,getpass())
Thanks for the help.
Copyright © 2021 Jogjafile Inc.
You could try,
client=fbchat.Client(username,getpass(), ssl_verify = False)