twitter-api-client
twitter-api-client copied to clipboard
A user-friendly Node.js / JavaScript client library for interacting with the Twitter API.
**What does this pull request introduce? Please describe** This pull request introduces two additional v2 endpoints: 1. User Tweet timeline endpoint which returns the most recent Tweets composed by a...
**What does this pull request introduce? Please describe** Fixes the layout of the table of parameters for creating a tweet. **How did you verify that your changes work as expected?...
**Description** I see that is possible to use `tweetsV2.searchAllTweets`. But when I try, it gives me this error: ``` { statusCode: 403, data: '{\n' + ' "title": "Unsupported Authentication",\n' +...
**Describe the bug** Hi again, here's another serious issue I've encountered with this library, When I was experiencing the problem described #101 -- confusing 404 errors from the API due...
**Describe the bug** Hi again, another quick bug. `accountsAndUsers.friendshipsNoRetweetsIds()` returns `Promise`, but the actual return type appears to be `Promise` (if `stringify_ids` is `false` or omitted, which as noted in...
**Describe the bug** Hey there, thanks for this library! Unfortunately I'm experiencing quite a few footguns while trying to use it. I understand that it's trying to be a fairly...
**Describe the bug** There's a bug in what the `basics.oauthAccessToken(...)` method accepts in its parameters object. Right now, it only accepts the an object containing the field `oauth_verifier`. However, in...
**Describe the bug** The chunked media upload is required to upload videos, but it seems impossible to use currently due to an auth failure. Unable to authenticate on the 2nd...
Hi, I think there was a typo in that part. https://github.com/FeedHive/twitter-api-client/blob/main/REFERENCES.md#description-90
Hey how can I use this library to only generate an oauth1.0 authentication in order to perform a request using another library like 'Axios'.. for example: I want to perform...