Back to question Answer 1 of 1

Discuss Eran's answer to: Yedda.Twitter twitter = new Yedda.Twitter ...

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 ...

Staff

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.

One must do what one must do
Liked this answer? Tell your friends about it
Add Your Comment (or add your own answer)
Insert: