Hi, I'm trying to run your project but I'm having some troubles with tinder api.
Whe I run def initialize I receive an error 401: the def is not able to retrieve token.
I bypassed this retrieving the token in another way and the code is now running but I still have an error 401 cause it's not able to retrieve correct data from below string
r = requests.post(url2, headers = tinder_headers2)
could you please help me?
Federico

Hi, I'm trying to run your project but I'm having some troubles with tinder api.
Whe I run def initialize I receive an error 401: the def is not able to retrieve token.
I bypassed this retrieving the token in another way and the code is now running but I still have an error 401 cause it's not able to retrieve correct data from below string
r = requests.post(url2, headers = tinder_headers2)
could you please help me?
Federico