2013-03-24 86 views
1

有沒有人有資源從使用此模板使用Webforms時獲取附加OAuth信息{名字,姓氏,個人資料圖片}? https://github.com/rustd/ASPNETTemplates從Microsoft.AspNet.Membership.OpenAuth檢索其他信息

我已經搜索了幾個小時試圖找到示例,沒有任何顯示工作。我試圖添加額外數據參數,但該錯誤

 //Dictionary<string, string> googleExtraData = new Dictionary<string, string> 
     // { 
     //  {"email", WellKnownAttributes.Contact.Email}, 
     //  {"country", WellKnownAttributes.Contact.HomeAddress.Country}, 
     //  {"firstName", WellKnownAttributes.Name.First}, 
     //  {"lastName", WellKnownAttributes.Name.Last} 
     // }; 
     //googleExtraData.Add("Icon", "GoogleLogin.png"); 


     OpenAuth.AuthenticationClients.AddGoogle(); 

回答