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

Sample code for the Twitter API v2 endpoints

Results 87 Twitter-API-v2-sample-code issues
Sort by recently updated
recently updated
newest added

added java example for create tweet with OAuth 1.0 autherizated request in java.

Change consumer keys to api keys; add to .gitignore file; install dotenv to access env variables

**Describe the bug** I am a pro account user, and the Bearer Token I requested has been attached to a Project,when i request the api `https://api.twitter.com/2/users/:id/following` , i get the...

bug

Signed-off-by: Hamza Zaidi

error :{ “client_id”: “27316216”, “detail”: “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...

bug

**Describe the bug** The example code for filtered streams (python) does not properly close the stream. Upon using this code repeatedly it is possible to open many streams past your...

bug

Hi @JessicaGarson, **Describe the bug** While create_tweet.py worked, delete_tweet.py didn't with the **OAuth1**. The following exception is raised: Exception: Request returned an error: 403 {"title":"Forbidden","status":403,"detail":"Your client app is not configured...

bug

When i try to search tweets (v2.search) i got this error "When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer...

bug

I have followed the installation instructions - [GitHub - twitterdev/account-activity-dashboard: Sample web app and helper scripts to get started with the premium Account Activity API ](https://github.com/twitterdev/account-activity-dashboard)& have set ngrok to...

bug

Getting this error when launching sample tweet post script: esource_owner_key = fetch_response.get("oauth_token") ^^^^^^^^^^^^^^ NameError: name 'fetch_response' is not defined My keys are correct and my account should have the relevant...

bug