Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using OAuth 2.0 with template which comes with DotNet 4.0 framework.

I have also created GoogleCustomClient Class (public class GoogleCustomClient : OpenIdClient) which has 2 methods

protected override Dictionary<string,> GetExtraData(IAuthenticationResponse response)
protected override void OnBeforeSendingAuthenticationRequest(IAuthenticationRequest request)

I am able to get the
# WellKnownAttributes.Contact.Email,
# WellKnownAttributes.Name.First,
# WellKnownAttributes.Name.Last

But not BirthDate. i want to get BirthDate

I am not using any GoogleAPI

How can i retrive BirthDate?
Posted
Comments
Kornfeld Eliyahu Peter 14-Sep-14 6:14am    
Why you sure user made public (or even set) birth date on his/her Google profile?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900