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
I installed charles proxy, and it seems to be working well, but when I navigate to https://api.gotinder.com/auth (both in my mobile and laptop browser), I get a 404 error or it just loads forever.
The text was updated successfully, but these errors were encountered:
The idea is to turn on charles proxy, and then run your iphone's network through your computer so that charles proxy can see all the network calls on your iphone. Then, go onto tinder on your phone like you normally do, and the auth calls will show up.
Hmm, I think I've successfully connected to charles proxy and I can see Tinder show up, among other things when I move around in the app. Only when I navigate to https://api.gotinder.com/auth on my laptop browser I get a 404 error, not a fb token or id. Am I suppose to run one of the js files in tinder_pro/lib ?
That's good progress. Keep the setup exactly like that.
And then do this:
On your phone, exit and quit the tinder app.
Clear charles proxy log
go back into the tinder app on your phone
Look at the charles proxy log, and you will see https://api.gotinder.com/auth getting called on your phone. From there, look at the tokens in that request.
I installed charles proxy, and it seems to be working well, but when I navigate to https://api.gotinder.com/auth (both in my mobile and laptop browser), I get a 404 error or it just loads forever.
The text was updated successfully, but these errors were encountered: