Tinder icon indicating copy to clipboard operation
Tinder copied to clipboard

Error: Access token could not be retrieved

Open Graaier opened this issue 4 years ago • 2 comments

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. image

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.

Graaier avatar Apr 09 '20 21:04 Graaier

Same here!

caiomadmo avatar Apr 14 '20 03:04 caiomadmo

@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.

RMatushkin avatar Jun 14 '20 22:06 RMatushkin