Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 547 Bytes

C# Oauth Twitter Library (Tweet only)

You can use this library when you want to tweet other CsharpApplication.This is simple POST method code.

How to use

Input your four API Tokenkey and please write this code

using System.Twitter;

Tweet method example

  var twitter = new TwitterAPI(ConsumerKey,ConsumerKeySecret,AccessToken,AccessTokenSecret);

  var tweetValue = "HELLO"; //or Textbox.text and so on
  twitter.Tweet(tweetValue); //tweet value