twitter-v2
twitter-v2 copied to clipboard
An asynchronous client library for the Twitter REST and Streaming API's
https://twittercommunity.com/t/post-request-returning-error-401-unauthorized/162950/4 following the example in the README, `let response = await client.get('tweets', { ids: id })` works as expected, but `let response = await client.post('tweets', { text: message })` fails...
some endpoints need OAuth2 Application-only auth, but afaik this library only supports 1.0a.
👋 Hello there! Welcome. Please fill out the following template before submitting your contribution for review and double check the [contribution guidelines][contribution-guidelines]. ### Description of the Change This PR is...
Hello, As i said in the title i can't reply to a specific tweet using his id, i probably do it wrong but it look like good for me, so...
Twitter gives you 5 values: 1. Access Key 2. Access token secret 3. Bearer token 4. API Key 5. API Secret This code completely ignores #3 above ( bearer token...
This commit fixes #90 by making sure that spaces in URLs are encoded using %20 instead +. While technically correct the underlying oauth-1.0a library will encode a + as %2B...
When you use `post()` method with oauth1.0a user context authorization, you should get error response "Unauthorized". Indeed "Unauthorized" error problem like issue #39 has solved with PR #44, but it...
### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked this feature isn't already filed: [open features]...
### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked that your issue isn't already filed: [open...
### Prerequisites - [x] Put an X between the brackets on this line if you have done all of the following: - Checked this feature isn't already filed: [open features]...