twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

A tiny, full-featured, flexible client / server library for the Twitter API

Results 74 twitter-lite issues
Sort by recently updated
recently updated
newest added

Hi, i was trying use 'collections/entries/curate' endpoint but failed with "could not authenticate you" error, i added collections/entries/curate into JSON_ENDPOINTS and now works const JSON_ENDPOINTS = [ 'direct_messages/events/new', 'direct_messages/welcome_messages/new', 'direct_messages/welcome_messages/rules/new',...

Hello from Twitter Developer Relations! First of all: Thank You, for building on our API, and for supporting our developer communities! You, and many projects like this one, are among...

enhancement
help wanted
good first issue

As we all know Twit is getting more and more broken by the day (especially [postMediaChunked](https://github.com/ttezel/twit/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+postMediaChunked)), so an alternative is more than welcome. Has support for chunked media uploaded been...

enhancement
help wanted

Many of the current dependencies in `twitter-lite` are in need of updating. We should investigate which ones (if not all) we can upgrade, and bump the versions.

enhancement
help wanted

According to Twitter, the User and Site stream APIs will be discontinued in June to make way for the Account Activity API: > The Account Activity API will replace the...

enhancement
help wanted

I wrote an [example of how to do app-based auth](https://github.com/Preposterous/twitter-lite#app-authentication-example), but we could make app authentication even easier via a boolean parameter to the constructor, distinguishing between user and app....

enhancement
help wanted

Haven't seen this in the other Twitter libraries. Presumably it would help with issues like https://github.com/ttezel/twit/issues/415, though it's probably better to abstract the resource subdomains from the user.

enhancement
help wanted

![image](https://github.com/draftbit/twitter-lite/assets/104685772/2bb262bf-2208-4191-93a5-5f22eb76db24) ![image](https://github.com/draftbit/twitter-lite/assets/104685772/cb33f50c-7bdb-48c5-a3ef-2e075095f75d) While replying to a tweet it is showing could not authenticate you, I am getting the respected tokens from the Firebase authentication, Rechecked all the API keys still...

Whichever method I use, I get this error. My react native version is 0.71.6 This is my example code: ``` const client = new Twitter({ consumer_key: "my consumer key", consumer_secret:...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies