Closed nang-dev closed 5 years ago
when running all_matches(), it returns a 401 error.
this can be fixed by editing the url in the function to:
url = config.host + '/v2/matches?count?50'
which will give you the 50 most recent matches
meant to post on tinder API github
when running all_matches(), it returns a 401 error.
this can be fixed by editing the url in the function to:
url = config.host + '/v2/matches?count?50'
which will give you the 50 most recent matches