I am using Twitter c# api. I want to delete twitter user friends
using Api in asp.net project .
Is there any dll provided by twitter
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Quinton CarrollPosted Jul 30, 2009, 7:21 AM
I tried pretty much what you are trying, but eventually found a dll called yedda Twitter.
It is pretty good and the author is giving it away for free, but it lacks a lot of the functionallity that the Twitter API allows you to access. I re-wrote it and included a lot of new stuff to it that I wanted to do.
Good luck in your Twitter API adventures.
Let me know how it works out for you. I may be able to help if you need it.