Hello there,
we’ve been granted access to the developer environment ( https://developer.twitter.com/en/account/environments ) and I’ve set up an environment dev for “Account Activity APISandbox”:
But when I try to access it, I get an error.
POST /1.1/account_activity/all/dev/webhooks.json?url=https%3A%2F%2Fnpublic-url%2Fpath
But we received a 403 HTTP Status code:
{
"errors": [
{
"code": 261,
"message": "Application cannot perform write actions. Contact Twitter Platform Operations through https://help.twitter.com/forms/platform."
}
]
}
thanks!