hEYY bUDDIES!
hELP me in getting out of this error:
The best overload for RegisterGoogleClient does not have parameter named clienId
my code is(In MVC)
// External Login Section Using GoogleClient ID
OAuthWebSecurity.RegisterGoogleClient(
clientId: "xxxxxxxxxxxxxx-xxxx.apps.googleusercontent.com",
clientSecret: "xxxxxxxxx-habbiqncq"
);
Loading

Khan Abrar AhmedPosted Aug 11, 2014, 8:36 AM
http://msdn.microsoft.com/en-us/library/microsoft.web.webpages.oauth.oauthwebsecurity%28v=vs.111%29.aspx
http://msdn.microsoft.com/en-us/library/jj158358%28v=vs.111%29.aspx
http://www.asp.net/mvc/tutorials/security/using-oauth-providers-with-mvc
Abhishek JaiswalPosted Aug 11, 2014, 8:06 AM
If ClientId parameter is wrong, then can u please tell me what i need to use in place of it, for creating that API for my application.
Devesh SinghPosted Aug 11, 2014, 1:15 AM
OAuthWebSecurity.RegisterGoogleClient Method on msdn