Meu código está da seguinte forma:
import tweepy as tw
consumer_key = "***"
consumer_secret = "***"
access_token = "***"
access_token_secret = "***"
auth = tw.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_token, access_token_secret)
api = tw.API(auth)
api.update_status("Estou tweetando com um código Python")
Estou utilizando as chaves da opçao "OAuth 1.0a", seleceionei a opção "Read and write and Direct messages" e defini o Callback URI como http://127.0.0.1:1410
Mesmo com tudo definido dessa maneira não consigo postar o tweet, apresenta o seguinte erro:
Forbidden: 403 Forbidden
453 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product