Tinder
Tinder copied to clipboard
SMS verification works fine until I input the refresh token and then it gives me this error
The status code is Optional(400)
the result is Optional({
error = {
code = 40006;
message = "Invalid request body";
};
meta = {
status = 400;
};
})
and this is using the most updated commit
@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