Niknak.Social.Twitter
1.2.0
See the version list below for details.
dotnet add package Niknak.Social.Twitter --version 1.2.0
NuGet\Install-Package Niknak.Social.Twitter -Version 1.2.0
<PackageReference Include="Niknak.Social.Twitter" Version="1.2.0" />
paket add Niknak.Social.Twitter --version 1.2.0
#r "nuget: Niknak.Social.Twitter, 1.2.0"
// Install Niknak.Social.Twitter as a Cake Addin #addin nuget:?package=Niknak.Social.Twitter&version=1.2.0 // Install Niknak.Social.Twitter as a Cake Tool #tool nuget:?package=Niknak.Social.Twitter&version=1.2.0
A simple library for retrieving data from Twitter, via searching, a user's timeline or a stream. Data is dropped into either included basic types or types the calling code specifies, so long as they implement the included interfaces.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 6.0.8)
- Niknak.Social.Common (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added three new properties to the IMessage interface - RetweetCount (int),FavouriteCount(int) and QuotedMessage (IMessage). These are populated by the library as normal. QuotedMessage contains a fully hydrated message that the timeline/stream message has quoted (see https://twittercommunity.com/t/api-payloads-to-include-original-quoted-tweet-objects/38184).