fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)
MIT License
841 stars 198 forks source link

Facebook auth changed ? Protobuf #120

Open VouskDV opened 3 years ago

VouskDV commented 3 years ago

I think they changed from json to protobuf, any idea how to solve that ?

jmejiaperez commented 3 years ago

there are several ways to resolve this, one way is to decompile the tinder android app or ios whatever you fancy, and look for those fields and properly name them. Another is just to guess the name of the fields and hopefully you label them right lol.

jimtje commented 3 years ago

I have extracted all of the protobuf .proto files here: gitee.com/auf/tinder-grpc-exploration

I will put up the Python version in a bit.

travisjayday commented 3 years ago

Hey @jimtje , what's the status on the protobuf auth? Have you figured out how to do it?