Example #1
0
 public WeiboAuthorize(string appId, string secretKey)
 {
     Option = new WeiboAuthorizeOption(appId, secretKey);
     Name   = "Weibo";
 }
Example #2
0
 public WeiboAuthorize()
 {
     Option             = new WeiboAuthorizeOption(_appId, _appSecret);
     Name               = "Weibo";
     Option.RedirectUrl = "/account/unionlogin";
 }