TweetinviAPI 0.9.3.4
Tweetinvi is an intuitive .NET C# API for Twitter. It is a Portable Class Library that can be used for development on Windows, Windows RT and Windows Phone.
No packages depend on TweetinviAPI.
Tweetinvi 0.9.3.4 is a Portable Class Library allowing developers to use it for Windows RT and Windows Phone 8 development.
Examples:
- Get currently logged user
var user = User.GetLoggedUser();
- Publish Tweet
Tweet.PublishTweet("Hello Tweetinvi");
- Get all the tweets from stream
var sampleStream = Stream.CreateSampleStream();
sampleStream.TweetReceived += (sender, args) => { Console.WriteLine(args.Tweet.Text); };
sampleStream.StartStream();
- Publish a private message
Message.PublishMessage("Hello there!", "recipientName");
Any 0.0
- Autofac (>= 3.3.1)
- Newtonsoft.Json (>= 6.0.1)
- PCLWebUtility (>= 1.0.2)
- Microsoft.Bcl.Async (>= 1.0.165)
Version | Downloads | Last updated |
---|---|---|
5.0.4 | 26 | 7/2/2023 |
5.0.3 | 19 | 7/2/2023 |
5.0.2 | 19 | 7/2/2023 |
5.0.1 | 18 | 7/2/2023 |
5.0.0-beta-1 | 21 | 4/12/2022 |
5.0.0-alpha-6 | 19 | 7/2/2023 |
4.0.3 | 20 | 7/2/2023 |
4.0.2 | 21 | 7/2/2023 |
4.0.1 | 23 | 7/2/2023 |
4.0.0 | 23 | 7/2/2023 |
3.0.0 | 22 | 7/2/2023 |
2.1.0 | 22 | 7/2/2023 |
2.0.0 | 25 | 7/2/2023 |
1.3.0 | 25 | 7/2/2023 |
1.2.0.1 | 22 | 7/2/2023 |
1.2.0 | 15 | 7/2/2023 |
1.1.1 | 23 | 7/2/2023 |
1.0.0 | 21 | 7/2/2023 |
0.9.14 | 21 | 7/2/2023 |
0.9.12.2 | 20 | 7/2/2023 |
0.9.11.2 | 20 | 7/2/2023 |
0.9.10.2 | 18 | 7/2/2023 |
0.9.10 | 20 | 7/2/2023 |
0.9.3.4 | 20 | 7/2/2023 |