views:

26

answers:

1

Hi,i need to create my own twitter widget in my asp.net-c# website.How to get tweets from Twitter and Clear concern about the authorization properties.

A: 

There are several very good .NET libraries for communicating with Twitter.

I would recommend starting with Twitterizer (http://twitterizer.net).

You might also consider TwitterVB (http://twittervb.codeplex.com), which is a library that I developed for .NET.

Both of these libraries have had stable implementaitons of OAuth for some time.

DWRoelands