-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadRequestKeyError when attempting to retrieve fb access token #131
Comments
Change get_fb_access_token function to this
|
Change MOBILE_USER_AGENT variable to Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SCH-I535 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30. The old one seems to be outdated for facebook and it shows error message instead of the login form. |
Hello all, MOBILE_USER_AGENT = "Tinder/7.5.3 (iPhone; iOS 10.3.2; Scale/2.00)" |
Did you find a fix after all @jsdjsd ? |
Error:
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
To replicate the behaviour:
Clone the repository (as of 20 . 3. 2021)
Install requirements (with Werkzeug==0.16.1)
Enter your credentials in tinder_config_ex.py
Run.
Full traceback:
The program fails on
s.open(FB_AUTH)
line 14, fb_auth_token.pyNote: the FB_AUTH is a valid url. Tried in browser and works as expected.
The text was updated successfully, but these errors were encountered: