fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about setting the user_interests via the api

sonkkeli opened this issue · comments

commented

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.