예제 #1
0
 public string Authorize(string callbackUrl)
 {
     return(twitter.Authorize(callbackUrl));
 }