When trying to reach https://api.twitter.com/1.1/account_activity/all/env-beta/webhooks.json, I am receiving this response:
{ “errors”: [ { “code”: 32, “message”: “Could not authenticate you.”
} ]}
I am using all my OAuth information, and I am able to successfully make other calls using this information. I have already received my email approving my developer access and have access to the Dashboard, but I don’t see how to request more specific webhook permissions. If there is anything more my application or account needs to be whitelisted, please let me know.
The link below is to a similar forum topic:
Thanks for your help.