Exemplo n.º 1
0
 public TwitterAPI(string accessToken, string accessTokenSecret)
 {
     oAuthTwitter             = new oAuthTwitter();
     oAuthTwitter.Token       = accessToken;
     oAuthTwitter.TokenSecret = accessTokenSecret;
 }
Exemplo n.º 2
0
 public TwitterAPI()
 {
     oAuthTwitter = new oAuthTwitter();
 }