See title. Code: api = iFunnyAPI.from_creds('[Email]', '[Passcode]') print(api.popular()) Issue is in from_creds, 401 unauthorized error: Unknown client gets thrown as soon as it runs.
See title. Code:
api = iFunnyAPI.from_creds('[Email]', '[Passcode]')
print(api.popular())
Issue is in from_creds, 401 unauthorized error: Unknown client gets thrown as soon as it runs.