2 using System
.Collections
.Generic
;
6 using System
.Web
.UI
.WebControls
;
11 using Top
.Api
.Request
;
12 using Top
.Api
.Response
;
13 using System
.Web
.Security
;
14 using PumpkinHouseDatabase
;
15 using PumpkinHouse
.Utils
;
16 using PumpkinHouseDatabase
.Contract
;
17 using PumpkinHouse
.Association
;
19 namespace PumpkinHouse
.Account
21 public partial class TaobaoAuth
: System
.Web
.UI
.Page
23 protected void Page_Load(object sender
, EventArgs e
)
25 ExternalAuth auth
= ((ExternalAuth
)Master
);
26 auth
.ShowAdvertiseRequest
= false;
27 auth
.ShowWeiboRequest
= false;
28 ((ExternalAuth
)Master
).association
= AssociationFactory
.GetInstance(AssociationParty
.Taobao
);
29 ((ExternalAuth
)Master
).DoAuth();