1
shouts

Twitter API - Get a list of your friends in C# - Wallace B. McClure

posted by AlexAlex 362 days, 21 hours, 6 minutes ago
Friday, March 20, 2009 10:31:37 PM GMT

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 an XmlNode and fill my objects that way. Hey, it just worked. Like my previous example, this code uses C# and is in a WCF Service. Note: As displayed, the code doesn't work, you will have to supply a password.

category: Foundation | clicked: 9 | | source: morewally.com | show counter code
tags: C#, Twitter

No comments yet, be the first one to post comment.

To post your comment please login or signup