Twitter-API-v2-sample-code
Twitter-API-v2-sample-code copied to clipboard
Sample code for the Twitter API v2 endpoints
**Problem:** "[delete_tweet.py](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/main/Manage-Tweets/delete_tweet.py)" provides an authorization link that doesn't return the authorization PIN. I do refer to the following block in the log after running the script: ``` ... Please go...
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.
**Describe the bug** no upload script or any way to do a media upload it appears.
I have read related posts and similar questions. But I haven't found the solution of how to still use require(). The reason is that I downloaded Twitter API examples project...
**Describe the bug** The word `environment` is spelled incorrectly throughout the code comments. **To Reproduce** Do a search of the repo code for enviornment` **Expected behavior** Expected behavior is correct...
ALL i demand and expect is to be able to search for hash tags and get its content without bs errors or paying for the ability to search tweets thats...
[Bug Report] Error 403 Forbidden when using GET /2/users/:id/following with Twitter API v2 endpoint
**Describe the bug** Hello, I am currently subscribed to the $100 Basic Plan. I encountered a bug while using the Twitter API v2 endpoint with the GET /2/users/:id/following method. When...
**Describe the bug** When using the Twitter API v2 to post tweets for Twitter Blue users, the API does not allow posting extended tweets beyond the standard 280-character limit. **To...
Kernel#gets is not a method to read from stdin. Use `$stdin.gets` instead `gets` reads from argument input Screenshot shows the current code fails to run because gets tries to parse...