Tweetinvi 5.0
Releases
5.0
Tweetinvi 5.0 is a major refactor of Tweetinvi. The new version introduces the TwitterClient which lets you perform all operations based on a fixed set of credentials. The change let us resolved various core problematics that arised with the evolution of the .NET Framework including async/await and ASP.NETCore execution contexts.
Here are some of the major changes.
- Async/Await
Tweetinvi is now using the Async/Await pattern in its entire code base. This will help modern development and ease up ASPNET thread pool.
The TwitterClient gives you better control over who is executing a request. Also it gives developers the ability to pass the client through the code.
- Twitter API V2