tinder-detective
tinder-detective copied to clipboard
Token can be retrieved here.
https://www.facebook.com/dialog/oauth?client_id=464891386855067&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=basic_info,email,public_profile,user_about_me,user_activities,user_birthday,user_education_history,user_friends,user_interests,user_likes,user_location,user_photos,user_relationship_details&response_type=token
Copying the token variable from where that URL redirects you to, if logged into facebook, will be the token to get into tinder.
and you can get your fb user id via
https://graph.facebook.com/v2.6/me?fields=id&access_token=YOUR_FB_ACCESS_TOKEN
You can also get the FB user id of any user from this website:
http://findmyfbid.com/
Is this enough or would you need a Tinder account created with the app as well and this is just getting around sniffing the apps traffic?
@hackvish: I don't think that's the FB User ID.
@WestbrookT after I open the URL given, I only see a success message and a warning; but not access token.
@praveshjain It redirects to an URL containing the token for a moment before redirecting to the success message.
@praveshjain you have to be quick and Ctrl+L into the address bar and copy it out of the url. should be something of the likes:
https://graph.facebook.com/v2.6/me?fields=id&access_token=
@Jayphen @repat got it! Thanks. And it works too but the response on my console says: {"status":200,"results":[]} Is this specific to a region?
Us too, see #6
Got token and ID (verified through mom as well as packet sniffer) . Still get AuthError
Sadly those links now give an OAuth error :/
we need a new way of getting the token
I found this post about a new way of getting the token and it works.
https://medium.com/@paulxuca/tinder-tales-or-the-search-for-tinders-new-api-4d3a36e2542#.yqp9q0yiz
another way to get token is: https://developers.facebook.com/tools/explorer
You can get the token from here: https://github.com/tinderjs/tinderauth
An easier way is to just use Firefox/Explorer (Chrome is buggy for this) Log in to the target FB account and remove the Tinder App Open a new tab and inspect.. monitor the network traffic Goto this link Click through the okay's until you get to a blank white screen Goto inspector and search for "ACCESS_TOKEN" There's your token
For the FacebookID, just look for the c_user param in the cookie for the oauth call.
I am not able to authenticate user for tinder api with facebook user access token, From browaser access token as mentioned above its working fine.
is there any way to get same access token as Browser network panel access token via Facebbok PHP or android SDK so I can authenticate ?
@smelsworst Can you explain what you mean by "go to inspector" please?
@AlissaTD e.g. in Chrome in Windows, right-click + inspect.