charliewolf / pynder

:fire: Python client for tinder api
Other
633 stars 145 forks source link

Two Factor Authentication #180

Open jaronoff97 opened 6 years ago

jaronoff97 commented 6 years ago

Has anyone figured out how to make the API work with users who have two factor auth? I'm able to manually get my FBID and my access token, but all my errors are either pynder.errors.RequestError: 401 or pynder.errors.RequestError: Couldn't authenticate. I believe this is because my account uses 2 factor auth, but it may be unrelated. Is anyone having similar authentication problems / errors?

guilinden commented 6 years ago

How do you get your FBID and acces token? Could not find it

pasha76 commented 6 years ago

any comment?

yang2lalang commented 5 years ago

This project claims to have implemented sms two factor authentication:

https://github.com/fbessez/Tinder

some function in the project can be called in pynder to do this i think