receiving error when trying to register webhook on Premium accounts activity api. I’ve been through the troubleshooting doc as well as attempting several alternatives to make the request, including through a nodejs app. calculating the signature manually, and using insomnia, and twitter-autohook. I would be interested in understanding where I might be mislead.

notes
I am using “API key & secret” as the consumer key and secret.
I am using the “Access token & secret” as TWITTER_ACCESS_TOKEN and TWITTER_ACCESS_TOKEN_SECRET

The fact that twitter-autohook is failing is troubling considering. but I’ve signed up for and registered a dev environment, so I’m not sure why I wouldn’t have access.

~: autohook
Registering https://6f210942737c.ngrok.io/webhook as a new webhook…
Cannot create webhook: AuthenticationError: Could not authenticate you. (HTTP status: 401, Twitter code: 32)
    at tryError (/usr/local/lib/node_modules/twitter-autohook/errors/index.js:53:12)
    at Autohook.setWebhook (/usr/local/lib/node_modules/twitter-autohook/index.js:208:19)
    at processTicksAndRejections (node:internal/process/task_queues:93:5)
    at async Autohook.start (/usr/local/lib/node_modules/twitter-autohook/index.js:277:7)
    at async /usr/local/lib/node_modules/twitter-autohook/cli.js:60:5 {
  code: 32
}
Error: Could not authenticate you. (HTTP status: 401, Twitter code: 32)
    "errors": [
        {
            "code": 32,
            "message": "Could not authenticate you."
        }
    ]
}



Screen Shot 2021-01-15 at 9.09.39 PM

Hi @austinlogo , were you able to get this issue resolved?
I’m facing the same situation currently.

Thanks.