Yedda.Twitter twitter = new Yedda.Twitter(); string response = twitter.GetFriends("userid", "password", Yedda.Twitter.OutputFormatType.XML); got exception when I try to use this in c#. Could you tell ...
Yedda Twitter API Wrapper used the now deprecated Twitter Basic Authentication.
Twitter has discontinued the basic authentication support last August and are only supporting OAuth.
You can read more about it here. You can get a .NET supported library here.