目前我使用默认
OAuthWebSecurity.RegisterFacebookClient(appId: "", appSecret: "");
授权 Facebook 用户。
它还将 UserName 添加到 UserProfile 表中。现在有什么方法可以访问用户 Facebook 帐户中的一些默认详细信息并将其存储到同一张表中?
假设我需要电子邮件、生日、名字、姓氏。
我需要对作为简单成员资格的一部分创建的默认表 UserProfile 进行哪些更改。我需要在 Account Model 和 Account Controller 中进行哪些更改?