Hi,
I saw the post about my problem that says we need to open a new thread after we do all the recommended things.
I did them and still have the issue.
When I make a post request to the https://api.twitter.com/1.1/account_activity/webhooks.json endpoint I get
{"errors": [{
"code": 261,
"message": "Application cannot perform write actions. Contact Twitter Platform Operations through https://support.twitter.com/forms/platform."
}]}
My App ID is 14310595
Token I am using ends with MaO
Secret I am using ends with EuF
(I also tried the my consumer key and secret - ends with RkkQ and 5ZM respectively)
- I also tried the request with Postman (using built in OAuth Authorization) and I can share the Postman config.
Thank you