Ejemplo n.º 1
0
 public TumblrClient(string key, string secret, string callback, string authorizedToken, string authorizedTokenSecret)
     : base(key, secret, callback, authorizedToken, authorizedTokenSecret)
 {
     Blog = new TumblrBlog(this);
     User = new TumblrUser(this);
 }
Ejemplo n.º 2
0
 public TumblrClient(string key, string secret, string callback, string authorizedToken, string authorizedTokenSecret)
     : base(key, secret, callback, authorizedToken, authorizedTokenSecret)
 {
     Blog = new TumblrBlog(this);
     User = new TumblrUser(this);
 }