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)
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)