Tinder icon indicating copy to clipboard operation
Tinder copied to clipboard

Send user message endpoint broken?

Open zbeucler2018 opened this issue 4 years ago • 2 comments

The endpoint specified for sending a specific user a message is https://api.gotinder.com/user/matches/_id However, I keep on getting a 400 (bad request) error. Has anyone figured this out?

When looking at the dev tools when I send a message, it looks like the actual endpoint might be https://api.gotinder.com/user/matches/MATCHID?locale=en

and the info sent in the POST request is {_id: "MessageID?", from: "MyID", to: "TheirID",…} _id: "MessageID?" from: "MyID" to: "TheirID" match_id: "MATCHID" sent_date: "2019-12-26T16:02:01.948Z" message: "Message" media: {width: null, height: null} created_date: "2019-12-26T16:02:01.948Z"

compared to the info from this repository {"message": TEXT GOES HERE}

Please let me know if anyone has figured out how to send the messages, or if it is even possible anymore.

zbeucler2018 avatar Dec 26 '19 16:12 zbeucler2018

@zbeucler2018 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's a request to send a message that works properly.

RMatushkin avatar Jun 14 '20 22:06 RMatushkin

@zbeucler2018 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's a request to send a message that works properly.

Looks great! I'll check it out, thanks!

zbeucler2018 avatar Jun 14 '20 22:06 zbeucler2018