charlesduponpon

Results 5 comments of charlesduponpon

Thanks for your work @cjekel I'll try it out!

@cjekel I wanted to try but it seems that facebook changed its API a bit too much and old ways of getting the token are not working. For example, I...

Thanks @cjekel I'll try it right now.

I tried with https://github.com/fbessez/Tinder/blob/master/phone_auth_token.py by printing the access_token . I get a string which is 112 chars long. I tried the following code: ```python import requests facebook_token = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' print(len(facebook_token))...

I tried your code (with your branch, cjekel:v2auth_newhead) and my tinder name appeared. I supposed it's good news then :)