Hi there! As said in a previous post, I’m working on an open-source Python client for exercise.
I’m trying to get a token to better interact with instances and considering some instances, it’s all ok.
But today I’ve encountered a problem with an instance.
Querying the first two endpoints as shown here:
- api/v1/apps
- oauth/token
It’s all ok, and I’m able to get a token.
But when I send the last request to api/v1/apps/verify_credentials, it returns a 403 error saying invalid credentials (sometime it also returns This method requires an authenticated user). I use the Bearer access token as requested.
Could someone help me to solve this problem?