I want to update my location using the url https://api.gotinder.com/user/ping and sending data with post method and data is {"lat":xxxxxx,"lon":xxxxxxx} with all the headers explained in the post below. But it is not updating my location. and giving me a result {"status":"401","error":""}. is this API still working? Or the link is changed.
i am using this link to call APIs https://gist.github.com/rtt/10403467
Please help me. Thanks