Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Twitter API - Get a list of your friends in C#

    I needed to call the Twitter API and get a list of friends. I thought I could do something similar to getting a list of posts, but alas, I had some stupid error in my linq to xml code. I futzed around with it for days to no avail. Finally, I decided it was just easier to iterate through the XML using...
    Posted to Wallace B. McClure (Weblog) by Wallym on 03-20-2009, 12:00 AM
    Filed under: AJAX, ASP.NET, WCF, asp.net 4.0 ajax, asp.NET 4.0
  • Twitter API - Sending a Direct Message in C#

    I tried writing some code to send a direct message using the Twitter API. It was a FAIL. I did some searching in google, and found this method below listed in a google group. I didn't write it, but it works, so enjoy. I plugged the method into my WCF Service and it just worked. [OperationContract] public...
    Posted to Wallace B. McClure (Weblog) by Wallym on 03-23-2009, 12:00 AM
    Filed under: AJAX, ASP.NET, asp.net 4.0 ajax, asp.NET 4.0, WCF
  • Twitter API - Submit a post in C#

    I used C# and WCF, but I could have just as easily used an ASMX web service. This code is fairly simple. No I didn't write it initially. I found it online (Hey, we all have to start somewhere). I massaged it a little to fit my needs and boom, here it is. I have decided to leave the comments for the original...
    Posted to Wallace B. McClure (Weblog) by Wallym on 03-25-2009, 12:00 AM
    Filed under: C#, ASP.NET, WCF, asp.net 4.0 ajax, Twitter
  • Calling the Twitter API in C#

    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...
    Posted to Wallace B. McClure (Weblog) by Wallym on 03-19-2009, 12:00 AM
    Filed under: C#, ASP.NET, WCF, asp.net 4.0 ajax, Twitter
Page 1 of 1 (4 items)