Archive | News

17 February 2010 ~ Comments

TweetSharp Preview 24 – Silverlight and Mono Support, and Introducing Yammer

In this preview, TweetSharp finally becomes a true cross-platform micro-blogging library, while adding two more .NET target platforms into the fold!
New Features
TweetSharp for Silverlight
We’ve had experimental support for awhile, but we’ve finally honed in on official support for using TweetSharp directly in Silverlight 3, with support for Silverlight 2 and 4 currently available by building [...]

Continue Reading

06 February 2010 ~ Comments

TweetSharp Preview 23 – Streaming, Local Trends, Rate Limiting, Optimized Simple API

This preview brings TweetSharp within striking distance of the V1 roadmap we’ve been working on for nearly a year. Since TweetSharp is designed to make application developers lives easier, we’re happy to announce that we’ve completed work on rate limiting features that will allow you to maintain control over your user’s experience when consuming their [...]

Continue Reading

08 January 2010 ~ Comments

TweetSharp Preview 22 – User Search, Mixed Auth photo posting, and Compact Edition

TweetSharp preview 22 has been posted, and contains a bunch of improvements.
First off, the User Search API is now supported:

var search = FluentTwitter.CreateRequest()
.AuthenticateAs(TWITTER_USERNAME, TWITTER_PASSWORD)
.Users().SearchFor("dumbledore");

var result = search.Request();
var users = result.AsUsers();

Next, if you typically use OAuth in your app, but want to post a photo using one [...]

Continue Reading