Twitter-API-v2-sample-code icon indicating copy to clipboard operation
Twitter-API-v2-sample-code copied to clipboard

When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal

Open infovpcs opened this issue 1 year ago • 2 comments

tweets_endpoint_url : https://api.twitter.com/2/users/#id/tweets I am trying to fetch tweets but I am still getting issues with this "reason":"client-not-enrolled" Please help with this.i am testing with Python odoo framework.

infovpcs avatar Feb 19 '24 10:02 infovpcs

me too use sample code get 403 https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/main/Usage%20Tweets/get_usage_tweets.py

nathan77886 avatar Feb 26 '24 09:02 nathan77886

I believe this is because the new API only allows creating tweets at the Free tier.

See https://devcommunity.x.com/t/v2-suddenly-getting-client-not-enrolled-today/195456/86

dpdearing avatar Feb 28 '24 20:02 dpdearing