After authenticate using twurl, consumer key and secret successfully, I got this error when I made a request.
{“error”:{“message”:“Forbidden: Authentication succeeded but account is not authorized to access this resource.”,“sent”:“2019-04-12T17:04:49+00:00”,“transactionId”:“00095149002dbec4”}}

This happened to me when the app in the dev environment was different to the app keys i was signing the request with. I’d check the https://developer.twitter.com/en/account/environments setup

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.