node-twitter-api-v2
node-twitter-api-v2 copied to clipboard
Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
I have problem for send a tweet with a media There is my code : `async function sendTweet(tweetID: string) { await twitterClient.v1.uploadMedia(__dirname + "/../test.mp4", { mimeType: EUploadMimeType.Mp4, }).then(async (data) =>...
**Describe the bug** These error happens randomly. I'm trying to send a thread and sometimes I receive this error. Feels like there are some race conditions. Most of the time...
**Describe the bug** response: 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....
**Describe the bug** I'm following the library docs to authorize and post a tweet but it doesn't work with client.v1.tweet(). I've tried changing it to client.v2.tweet() but Twitter returns: "Authenticating...
**Describe the bug** since a few weeks ago i've been getting this error... no code was changed. I've tried everything I know... reinstalled the lib, renewed my token, searched google/github,...
I'm trying run my code on docker, but when i try make 'docker run -p 1000:1000 test' i receive this on Docker Desktop: ``` /usr/src/app/node_modules/twitter-api-v2/dist/cjs/client-mixins/request-maker.mixin.js:164 throw new Error('Invalid consumer tokens');...
Hi, I'm trying to create a `media_id` from the image that are hosted on s3 storage. The following is my code. ```js // socialAccountId in my code will give me...
**Description** The API supports `expansions` query on the User get endpoints, but the SDK does not support it: **To Reproduce** Try passing `expansions` query to the `v2.usersByUsernames` endpoint **Expected behavior**...
**Description** `most_recent_tweet_id` is on the V2 API, but the SDK isn't defining the property on UserV2 object Try using version `1.15.2` of `twitter-api-v2`:  **Expected behavior** The property is available...
*Note: For questions about how to use an endpoint, or problems related to Twitter API than the lib itself, please use the GitHub Discussions instead of opening a new issue*....