linvi/tweetinvi

V1.1 vs v2.0 API and deprecation

cblaze22 opened this issue · 5 comments

Is TweetInvi up to date and no longer using v1.1. Seems to be shutting down April 29, 2023.

https://twittercommunity.com/t/api-v2-and-new-access-levels/191213

GetUser

Tweeting

  • Media upload doesn't exist in v2 yet. Basically you upload the media with v1.1 then post the tweet with v2: #1147 (comment)

It seems Twitter is going to keep v1.1 media upload and authentication endpoints around after the April 29th shutdown.
https://twittercommunity.com/t/api-v2-and-new-access-levels/191213/2
https://twittercommunity.com/t/post-tweet-media-upload-in-v2/148590/36

As for the rest of the endpoints in this library not sure. We only use the 2 above.

Ok looks like everything is good to go.

How do you even Tweet with V2?

Check out this comment -> #1147 (comment)
This library doesn't support v2 posting yet but this comment shows an example of how to use the AdvanceRequestAsync function to post to v2.

Is there any plan to update the library to support v2?