Programmatically login into google account in c# -


is possible programmatically sign in google account through web site in c#?

just user manually entering email , password here: https://accounts.google.com/servicelogin

by mean, on page load, code check see if user logged in, , if not, log them in.

i appreciate has.

google uses oauth authentication. need include oauth client in application in order user login google account. there many oauth packages .net, use dotnet openauth

related: oauth c# library google, yahoo! twitter


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -