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
Page 1 of 1 (2 items)