I\'m using Facebook C# SDK and got a sample on how to set up a login and get some user information to register im my website. However, I stuck in email information. It\'s al
This line make everything works fine with Facebook Birthday
var birthdate = DateTime.ParseExact(me.birthday, "MM/dd/yyyy", CultureInfo.InvariantCulture);