let me first say a big thanks for Twitterizer, it's made my dev work much easier. I'll definitely be donating. In my app, I load tweets using a webservice and since I keep a track of the last tweet, I'd like to be able to just get the count of new tweets.
is there a faster way other than using TwitterTimeline.HomeTimeline()? Since I assume this method fetches all the content?