I have used Twitterizer.Framework dll .

TwitterUserCollection friends = new TwitterUserCollection();
         foreach (TwitterUser friend in friends)
        {
             //Remove a friend
            friends.Remove(friend);
        }

but it remove from the collecttion we have ,donot update user account

Reply via email to