Skip to content

Library-Version 0.0.1

Latest
Compare
Choose a tag to compare
@rf0321 rf0321 released this 11 Jun 13:37
· 11 commits to master since this release

How to use

Download this repository and write this code Program.cs

 using System.Twitter;
/*============cut other=======================================================*/
  var twitter = new TwitterAPI(ConsumerKey,ConsumerKeySecret,AccessToken,AccessTokenSecret);

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