↧
Implementing oauth twitter search in C# and JSON
To implement twitter search in C# that uses oauth for authentication, first we need a C# oauth implementation, and a JSON parser for extracting results. For oauth implementation I’m using Twitter oAuth...
View ArticleC# code to publish, delete, retrieve tweets using oauth
The following C#.net class can be used to update statuses, delete, retweet statuses, obtain information regarding a particular status and any body who retweeted a particular status using status id....
View Article