-
Notifications
You must be signed in to change notification settings - Fork 137
Unable to get Tinder auth token #216
Copy link
Copy link
Open
Description
I managed to get my FB token, and my FB id, but unable to get a tinder X-auth-token for further requests
I tried https://api.gotinder.com/auth endpoint with {'facebook_token':'xxx', 'facebook_id': 'xxx'} json
With this endpoint i got response 200 with the response contains only the 'OK' text.
Next step: I tried https://api.gotinder.com/v2/auth/login/facebook endpoint with only facebook_token in the json. In this case I got error 401 every time.
I do these steps because I expect a json response with auth_token tag or something similar in it which is the session X_auth_token.
How to get the X_auth_token nowadays?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels