I’m not a Python dev, but it looks like you’re sending the client ID and OAuth token as querystring params which is incorrect. You need to send them as request headers.
I’m not a Python dev, but it looks like you’re sending the client ID and OAuth token as querystring params which is incorrect. You need to send them as request headers.