How can I retrieve a friends friend list from twitter using Asp.NET?
I am developing a twitter-like application and I want to retrieve friends f开发者_Python百科riend list using my asp.net web application. How can I do that?
Check out this customized library developed which includes most of twitter API
Take a look at this article for C# Twitter API - Get a list of your friends in C#
精彩评论