fbchat-dev / fbchat

Facebook Chat (Messenger) for Python
https://fbchat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 412 forks source link

Checkpoint #627

Open NaJeongMo opened 3 years ago

NaJeongMo commented 3 years ago

Everytime I login with Client (email, password) I get checkpoint.

this is my code: e = input('Enter Email: ') p = input('Enter Pass: ') #getpass fbchat._util.USER_AGENTS = ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36"] fbchat._state.FB_DTSG_REGEX = re.compile(r'"name":"fb_dtsg","value":"(.*?)"') client = Client(e, p)