charliewolf / pynder

:fire: Python client for tinder api
Other
638 stars 142 forks source link

accident #214

Closed nang-dev closed 5 years ago

nang-dev commented 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

nang-dev commented 5 years ago

meant to post on tinder API github