You need a user access token. Not a app access token
client_credentials is a server to server token which doesn’t represent a server
The correct token is obtained with code
It’s documented here:
You need a user access token. Not a app access token
client_credentials is a server to server token which doesn’t represent a server
The correct token is obtained with code
It’s documented here: