Flotzam Now Supports Twitter Search API

August 19 2008

Recently, I received a request to support the Twitter Search API within Flotzam, which I have done! The Twitter Search API returns some pretty entertaing results -- pick a term and see what people are saying about it at that instant.

It was pretty trivial to add the Twitter Search queries as a provider to Flotzam, although it took a little longer as the Twitter Search API only supports ATOM and JSON, but doesn't support the XML schema used by the other Twitter API, which is what I had been using.  But, with a little data massaging and transformation, I was able to get it working pretty easily.  Because I already am parsing the YouTube data via ATOM, I went ahead and used the gdata .NET library for parsing the Twitter ATOM feeds, as such:

string[] terms = Settings.Default.TWITTER_SEARCH_TERMS.Split(new Char[] { ','}); foreach (string term in terms) { Service service = new Service("TwitterSearchService"); FeedQuery query = new FeedQuery(string.Format("http://search.twitter.com/search.atom?q={0}",term)); AtomFeed feed = service.Query(query); foreach (AtomEntry entry in feed.Entries) { ... }

}

 

The latest Flotzam source code has all of code if your are interested...

Comments (6) -

4/12/2011 2:14:19 AM #

facebook fans

While this topic can be very challengeable for most people, my opinion is that there has to be a middle or common ground that we all can find. I do appreciate that you've added useful, relevant and rational commentary here though. Very much thanks to you ,!    

facebook fans

4/12/2011 2:14:38 AM #

facebook fans

While this topic can be very challengeable for most people, my opinion is that there has to be a middle or common ground that we all can find. I do appreciate that you've added useful, relevant and rational commentary here though. Very much thanks to you ,!    

facebook fans

8/27/2011 3:44:15 AM #

botox Melbourne

Nice Information! I personally really appreciate your article. This is a great website. I will make sure that I stop back again!.

botox Melbourne

9/13/2011 11:10:53 PM #

Bulk tulips

www.bunchesdirect.com sells beautiful flowers that are varied in all terms and one of the most beautiful things they offer for the wedding floral arrangements are bulk tulips.

Bulk tulips

9/13/2011 11:11:25 PM #

Bulk tulips

www.bunchesdirect.com sells beautiful flowers that are varied in all terms and one of the most beautiful things they offer for the wedding floral arrangements are bulk tulips.

Bulk tulips

11/18/2011 2:10:19 AM #

Airlie beach accommodation

Shingley Beach offers a large variety of affordable Airlie Beach Accommodation overlooking the Abel Point Marina and beautiful Whitsunday islands. If you are looking for a Airlie beach accommodation at an affordable price then go through www.shingleybeachresort.com.

Airlie beach accommodation

Add comment

Enter your name, handle, alias, or email.

We'll incarnate your avatar from the services below.



biuquote
Loading