Example #1
0
 public Task <ITsTimeLine> FetchMainTimeLineAsync(ITsAuthUser account)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Task <ITsTimeLine> SearchByWordAsync(ITsAuthUser account, string word)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Task <ITsTweet> DoTweetAsync(ITsAuthUser account, string text)
 {
     throw new NotImplementedException();
 }