CodeChrist - This is a personal blog which I write to help follow coders

If you like it, feel free to comment and appreciate the good work


Following are the some features of CodeChrist

  • Easy to navigate and use.
  • You can subscibe for emails
  • CodeChrist is beautiful on every screen size (try resizing your browser!)
by · 2 comments:

A tutorial on how to get Profile Picture, email, etc through Google Plus and Facebook in ASP.net MVC

I am assuming you have already got Client Secret and Client Id from Google Plus Api. Now in Startup.Auth.cs remove the below code //app.UseFacebookAuthentication(             //   appId: "",             //   appSecret: ""); and paste this var googleOptions = new GoogleOAuth2AuthenticationOptions() { ...
Read More