Niknak.Social.Twitter
1.3.0
See the version list below for details.
dotnet add package Niknak.Social.Twitter --version 1.3.0
NuGet\Install-Package Niknak.Social.Twitter -Version 1.3.0
<PackageReference Include="Niknak.Social.Twitter" Version="1.3.0" />
paket add Niknak.Social.Twitter --version 1.3.0
#r "nuget: Niknak.Social.Twitter, 1.3.0"
// Install Niknak.Social.Twitter as a Cake Addin #addin nuget:?package=Niknak.Social.Twitter&version=1.3.0 // Install Niknak.Social.Twitter as a Cake Tool #tool nuget:?package=Niknak.Social.Twitter&version=1.3.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.
BREAKING CHANGES - lots of refactoring mainly around using a 'factory' for external types rather than generics. This was due to the need to expand the number of types involved to add better support for entities other than media (i.e. URLs, user mentions and hashtags). It's often necessary to be able to work with the raw entity data further down the line and this is not available after parsing into HTML. The demo app on CodePlex contains an example of how to get this working, combining custom types and some default types in the Twitter library.