Nathanael Browning
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...
b9030633c12ece75c5377578f58f8a8439c445b8 disabled continuation, relies on retry limit to generate different response from same initial input