You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: