↧
The Twitter API: The Schrodinger's Cat of Web Service APIs
I just started reading Professional Twitter Development: With Examples in .NET 3.5 (Wrox Programmer to Programmer) and came across this quote, which cracked me up:The Twitter API is the Schrödinger’s...
View ArticleSkip, Take and Twitter Paging: Using TweetSharp To Download All Tweets from...
I have been using TweetSharp lately and I am pretty happy with it so far. One thing that was a little confusing is how they implemented paging in their API on top of the Twitter API. What they did was...
View ArticleGetting Twitter Profile Image Via C# With 1.1 API
If you know someone's Twitter handle and would like to display their twitter avatar on your website, here's some code to get the URL of their avatar. First, you'll need to register at...
View Article