ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.32k stars 573 forks source link

Can we use Twitter V2 APIs using this library? #584

Open venkateshan-niladri opened 1 year ago

venkateshan-niladri commented 1 year ago

Twitter is going to move away with v1.1 APIs and focussing more on V2 apis.

Is this library compatible to be used with Twitter V2 APIs.

path variable in T.get(path, params, callback) is prepended with /1.1/ by default. Is there a way we can use V2 apis with this. We are migrating our code to v2 APIs so couldn't find any document which can help with this migration using 'twit' library. Please assist.

SugarD-x commented 2 months ago

This was last updated 6 years ago, (5 at the time of your posting). Unfortunately I think this project is dead. To answer your question, since it pre-dates the new API, it probably won't work.