Need to install Facebook SDK from NuGet packages.
In StartUp File
app.UseFacebookAuthentication(new FacebookAuthenticationOptions
{
AppId = "XXXXXXXXXX",
AppSecret = "XXXXXXXXXX",
Scope...
Home » Archives for August 2016
Twitter external login using oauth returns null email
in
MVC,
oauth
- on 20:48
- No comments
For getting twitter user email using oauth external login we need to getting the Twitter support to allow the permission on our app.
Please refer this link : Get user’s email address from twitter OAuth API in .Net applications...