Example #1
0
 public TinyTwitter(OAuthInfo oauth)
 {
     this.oauth = oauth;
 }
Example #2
0
 public TinyTwitter(OAuthInfo oauth)
 {
     _oauth = oauth;
 }
Example #3
0
 public TinyTwitter(OAuthInfo oauth)
 {
     this.oauth = oauth;
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Ssl3;
 }