tinder-detective icon indicating copy to clipboard operation
tinder-detective copied to clipboard

Token can be retrieved here.

Open WestbrookT opened this issue 8 years ago • 18 comments

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.

WestbrookT avatar Jul 22 '16 02:07 WestbrookT

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/

hackvish avatar Jul 22 '16 05:07 hackvish

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.

repat avatar Jul 22 '16 10:07 repat

@WestbrookT after I open the URL given, I only see a success message and a warning; but not access token.

praveshjain avatar Jul 22 '16 16:07 praveshjain

@praveshjain It redirects to an URL containing the token for a moment before redirecting to the success message.

Jayphen avatar Jul 22 '16 16:07 Jayphen

@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=

repat avatar Jul 22 '16 16:07 repat

@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?

praveshjain avatar Jul 22 '16 16:07 praveshjain

Us too, see #6

repat avatar Jul 22 '16 16:07 repat

Got token and ID (verified through mom as well as packet sniffer) . Still get AuthError

doppenhe avatar Jul 26 '16 01:07 doppenhe

Sadly those links now give an OAuth error :/

padmick avatar Aug 10 '16 06:08 padmick

we need a new way of getting the token

DannieBGoode avatar Aug 11 '16 08:08 DannieBGoode

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

shuheiktgw avatar Aug 20 '16 03:08 shuheiktgw

another way to get token is: https://developers.facebook.com/tools/explorer

marcotterra avatar Sep 22 '16 15:09 marcotterra

You can get the token from here: https://github.com/tinderjs/tinderauth

balinskia avatar Oct 10 '16 22:10 balinskia

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.

smelsworst avatar Jan 17 '17 18:01 smelsworst

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 ?

w3care25 avatar Aug 22 '17 08:08 w3care25

@smelsworst Can you explain what you mean by "go to inspector" please?

AlissaTD avatar Feb 19 '18 01:02 AlissaTD

@AlissaTD e.g. in Chrome in Windows, right-click + inspect.

smelsworst avatar Feb 21 '18 19:02 smelsworst