Tinder
Tinder copied to clipboard
Error: Access token could not be retrieved
Hi,
When trying to authenticate using the SMS code I am running into a problem. I get my x-auth code from the phone_auth_token.py. However, after filling this in in the config.py file and running tinder_api_sms.py i get the following error:
access token could not be retrieved. Check your username and password. Official error: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
I am unsure whether I have to fill in my facebook credentials. When doing so and using the regular authentication, I get "Access token could not be retrieved. Check your username and password" I am sure of the correct password and username/email.
Can anybody help me? Thanks in advance.
Same here!
@Graaier, @caiomadmo I've open-sourced my own library written on Java where you can find all basic requests including authorization and registration via SMS: https://github.com/RMatushkin/tinder-api There aren't such errors like that.