LinkedIn full profile details using DotNetOpenAuth in MVC4
问题 My MVC4 application allows login using LinkedIn account. I want to pull all details that are avaible from linkedIn of the logged in User. Currently i have done the following. In My AuthConfig.cs, Dictionary<string, object> linkedInExtraData = new Dictionary<string, object>(); linkedInExtraData.Add("Icon", "../Images/linkedIn.png"); OAuthWebSecurity.RegisterClient( client: new App_Start.LinkedInCustomClient("xxxxxxxxxxxx", "yyyyyyyyyyyyyyy"), displayName: "LinkedIn", extraData: