-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Tinder auth token #216
Comments
Use this script to get XAuthToken https://github.com/fbessez/Tinder/blob/master/phone_auth_token.py |
@ismu I got the XAuthToken and tried running the following code: ..and got the following error: I have already installed the latest pynder. I also tried it with FB token (198 characters long token) and FB id but I think the authentication is failing and it throws JSONDecodeError mentioned in this issue: https://github.com/charliewolf/pynder/issues/208 |
Hey, I've just written a python script to retrieve a XAuthToken just using your Facebook email and password. |
Who wants to sniff Tinder API of the latest official app (v3 api version), you can write to me and I'll explain how to do it. |
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'}
jsonWith 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 onlyfacebook_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?
The text was updated successfully, but these errors were encountered: