TweetSharp 2.2.1
See the version list below for details.
Install-Package TweetSharp -Version 2.2.1
dotnet add package TweetSharp --version 2.2.1
<PackageReference Include="TweetSharp" Version="2.2.1" />
paket add TweetSharp --version 2.2.1
#r "nuget: TweetSharp, 2.2.1"
// Install TweetSharp as a Cake Addin
#addin nuget:?package=TweetSharp&version=2.2.1
// Install TweetSharp as a Cake Tool
#tool nuget:?package=TweetSharp&version=2.2.1
TweetSharp v2 is a fast, clean wrapper around the Twitter API. It uses T4 templates to make adding new endpoints easy. It can also be used as an example of how to write a service-specific API wrapper using Hammock.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Silverlight | sl4 sl4-wp sl4-wp71 sl5 |
-
- Hammock (>= 1.3.0)
- Newtonsoft.Json (>= 4.5.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on TweetSharp:
Package | Downloads |
---|---|
SocialFeed.Generator
Library which provides collections of a page feed from Facebook and/or a TwitterStatuses |
|
e10.shared
e10 shared would allow you to start working on a project with basic level auths and repository and service layer. |
|
Vstack.Utilities
Vstack.Utilities |
|
Azys.Twitter
Twitter Wrapper. |
|
ntitas.lib.web
Common Web Project Library for Ntitas DOT NET Development |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 440,597 | 6/22/2013 |
2.3.0 | 46,046 | 3/5/2013 |
2.3.0-preview3 | 1,195 | 3/4/2013 |
2.3.0-preview2 | 1,137 | 3/4/2013 |
2.3.0-preview1 | 1,301 | 2/16/2013 |
2.2.1 | 21,727 | 7/16/2012 |
2.2.0 | 1,747 | 7/6/2012 |
2.1.5 | 12,534 | 4/13/2012 |
2.1.4 | 1,222 | 4/13/2012 |
2.1.3 | 7,983 | 2/20/2012 |
2.1.2 | 8,288 | 11/16/2011 |
2.1.1 | 1,453 | 11/7/2011 |
2.1.0 | 1,328 | 11/7/2011 |
2.0.8 | 2,578 | 8/10/2011 |
2.0.7 | 1,838 | 5/31/2011 |
2.0.6 | 1,860 | 4/2/2011 |
2.0.5 | 1,449 | 4/1/2011 |
2.0.4 | 1,499 | 4/1/2011 |
2.0.3 | 2,499 | 3/27/2011 |
New in 2.2.1
------------
- ITweetable.TextAsHtml uses entity information if it's available.
New in 2.2
----------
- Added several fixed identified in issues
- Deprecated methods now issue a warning to the user to find an alternative
- Reviewed code to ensure more serious deprecations are handled; they are
- Added 'friendships/lookup' method (ListFriendshipsFor)