You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.
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.
The text was updated successfully, but these errors were encountered: