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 113 Twitter-API-v2-sample-code issues
Sort by recently updated
recently updated
newest added

readline.question --> rl.question (the same for the line below) Signed-off-by: LdvcJcb

readline.question --> rl.question (the same for the line below) Signed-off-by: LdvcJcb

Taken from: https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/api-reference/post-tweets-search-stream-rules

I added `lookup_blocks.cs` and `mute_a_user.cs`. Let me know your thoughts. I can do many more 👍

**Describe the bug** Hello. I paid $100 and get Basic access level. And I tried to use StreamingClient and got error like followings. ``` {"client_id":"xxxxxxxx","detail":"When authenticating requests to the Twitter...

bug

**Describe the bug** There is an error in the usage of template literal in the following code: ``` js const endpointURL = `https://api.twitter.com/2/users/me?{params}`; ``` It should be corrected to: ```...

bug

I have fixed a template literal in the source code. Please review the changes and consider merging them if they are correct. Thank you.

**Describe the bug** Are you sure that the [sample code for Spaces lookup (JS)](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/main/Spaces-Lookup/spaces_lookup.js) is actually doing what it should? :) **To Reproduce** Have a quick look at the code....

bug