defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
701 stars 60 forks source link

Swiping doesn't work #27

Open JoelOtter opened 8 years ago

JoelOtter commented 8 years ago

I believe this is because the X-Auth-Token header doesn't get set.

Please don't ask how I found this out

jefersonnavarro commented 7 years ago

Apparently X-Auth-Token does get set right in the beginning when the code authenticates. Nonetheless the swipes do not work, an error {"status":"401","error":""} appears. I checked the request headers in Firefox Developer Edition and saw this

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 Accept-Encoding: gzip, deflate, br Accept-Language: es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3 Connection: keep-alive Cookie: edited Host: api.gotinder.com Referer: http://localhost:5000/ Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (edited) Gecko/20100101 Firefox/50.0

Any hint on why the coded headers are not sent ?