Calling the Twitter API in C#
Posted by: Wallace B. McClure,
on 19 Mar 2009 |
View original | Bookmarked: 0 time(s)
I've been working on this application to send out tweets at a
particular time. One thing thing I want to do is be able to look at
the logged in user's timeline. I've been playing with the ASP.NET 4.0
AJAX Previews, so I thought I would marry the two. As a result, I
wrote the WCF code below in C#. Note that the password is hidden, so
the code won't work until you add that in. Basically, I make a request
to get the friends timeline. This gives me the most recent...