Hi friends,
I am Malathi and I am new to MVC application. I am developing an application where I need to enable social login. I have already completed facebook login. But, am facing problems in integrating Google login. Previously we had google login in our application. But, now we the functionality is not running properly. We have developed the application in .Net farmework 4.5. The IDE is Visual Studio 2012. On searching few sites, regarding this exception, I found that Google+ login is only possible when you use the IDE 2013. Is that true? Please help me in solving this issue as this is the only thing left in my application.
Thanks In Advance,
Malathi J.

malathi RamalakshmiPosted Mar 2, 2015, 12:29 AM
Good morning. Using this I tried,but facing problem while integrating google login.
With this i am getting problem with return url mismatch.
Thanks In Advance,
Malathi J.
Afzaal Ahmad ZeeshanPosted Feb 28, 2015, 7:11 AM
Anyhow, you must be talking about the OWIN logins, or OAuth in the ASP.NET. You should consider reading the following links,
http://www.asp.net/mvc/overview/older-versions/using-oauth-providers-with-mvc
http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
You would be able to find solution to your problem too. The first link uses Visual Studio 2012.