-
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
-
Or just the standard level that I have been using it for up to now?
-
using tweetinvi we do the autoreply on tweet after some time twitter Restricted from performing write actions how we resolve it
-
Hi there, I have created a class which was made to pass back the authenticate then pass back the credentials so i could use them in the main code, however, im having issues just getting the code to au…
-
Hello,
How can i get replies in realtime for some tweets which i posted? Is it possible with using tweetinvi library?
Thank u.
-
Hello.
Where are the forums where this plugin can be discussed? I'm trying to create a few simple twitter APIs with C#:
1) all my followers in a text file
2) all users who follow me in a text f…
-
Is there a way to exclude replies from a search? In the past (pre-tweetinvi), i'd use "from:anaccount exclude:replies" or "from:anaccount -filter:replies".
-
Follow up on https://twittercommunity.com/t/unfollow-private-user/130365 and update the integration tests:
https://github.com/linvi/tweetinvi/blob/f2cf65dc8abe197cab43a7ed9b7fb438df9ab63b/Tests/xUn…
linvi updated
4 years ago
-
Hi, I noticed that Twitter's API v2 accepts media field `variant` in parameters (which is missing in https://github.com/linvi/tweetinvi/blob/master/src/Tweetinvi.Core/Public/Parameters/V2/TweetsClient…
-
Since C# added direct support for `IAsyncEnumerable` (and the `System.Interactive` extensions provide a lot of useful high-level "LINQ" functionality on top of it), it makes a lot of sense to directly…