fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)
MIT License
848 stars 197 forks source link

How about setting the user_interests via the api #115

Open sonkkeli opened 4 years ago

sonkkeli commented 4 years ago

Via the web UI i checked that it was doing a POST request to /v2/profile endpoint with payload like this

{ "user_interests": { "selected_interests": [ { "id": "it_7", "name": "Matkustaminen" }, { "id": "it_2006", "name": "Viini" }, { "id": "it_54", "name": "Musiikki" }, { "id": "it_43", "name": "Treenaaminen" }, { "id": "it_2010", "name": "Ruoanlaitto" } ] } }

But didnt get it working like that.