
i just add these line of code for facebook auth.
app.UseFacebookAuthentication(new FacebookAuthenticationOptions()
{
AppId = "222222222222222222",
AppSecret = "sssssssssssssssssss",
Scope = { "email" },
Fields = { "name", "email" }
});
anyone can tell me what kind of mistake i have made for which email is not coming in my case.
looking for a help. thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.