Pubsub error with valid Auth Token

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:

1 Like