Nathanael Browning
Results
3
comments of
Nathanael Browning
the post request url is different for login in _state.py: ``` @classmethod def login(cls, email, password, on_2fa_callback, user_agent=None): session = session_factory(user_agent=user_agent) soup = find_input_fields(session.get("https://m.facebook.com/").text) data = dict( (elem["name"], elem["value"]) for...
you can login. Log in from browser incognito, grab cookies, and replace each in appstate.json. The problem is the new encpass field. The algorithm is in another get response on...