Adding twitter feeds to a C# website using Yedda
I found a great library today for importing twitter feeds to your application using Yedda. http://devblog.yedda.com. Below is a small sample of the basic use.
To install simply download the source, stick the Twitter.cs file in your bin directory and do the following on yoru page load. Then manipulate the returned XML as you wish in your XSL.
C# Code
XmlDocument xmlTwitterDoc = twitNews.GetUserTimelineAsXML("username", "password", "johnboynolan", Twitter.OutputFormatType.XML);
Simple as that!

Hi, cool post. I have been thinking about this issue,so thanks for sharing. I will certainly be subscribing to your site. Keep up the good work