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

Find token using Flamite #48

Open HugoSart opened 7 years ago

HugoSart commented 7 years ago

Is it possible to find my auth token using Flamite for Chrome? I'm having issues trying to find the token, so I thought maybe that way could be easier.

I'm using Web Sniffer extension to watch the traffic, but I didn't find the right token.

ghost commented 7 years ago

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.

hmc-crane-s17 commented 7 years ago

@smelsworst does that link create a Tinder account linked to the facebook account?

ghost commented 7 years ago

@hmc-crane-s17 yep (from memory).. though it's been a while since I did this. that said, there were a number of encoding, etc errors that I faced and I was never bothered enough to resolve them to get the app to work. so, don't expect this to be the last hurdle you face when using this app.