Tinder icon indicating copy to clipboard operation
Tinder copied to clipboard

SMS verification works fine until I input the refresh token and then it gives me this error

Open epicalanonhacker opened this issue 4 years ago • 2 comments

The  status code is Optional(400)
the result is Optional({
error =     {
    code = 40006;
    message = "Invalid request body";
};
meta =     {
    status = 400;
};

})

epicalanonhacker avatar Feb 26 '20 15:02 epicalanonhacker

and this is using the most updated commit

epicalanonhacker avatar Feb 26 '20 15:02 epicalanonhacker

@epicalanonhacker If you find a solution, 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

RMatushkin avatar Jun 14 '20 22:06 RMatushkin