Advertisement
popsdeco

OAuthTwitterAPI reply

Dec 14th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. Dictionary<string,string> param=new Dictionary<string,string>();
  2. param["in_reply_to_status_id"]="146916516263231488";
  3. TweetsAPI tw = new TweetsAPI();
  4. Status status = tw.Update(oauth,"Hello Mono gmcs OAuthTwitterAPI World @popsdeco",param);
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement