Google Api OAuth in C#, .NET

11,220

There is a .NET client library for Google

https://code.google.com/p/google-api-dotnet-client/wiki/OAuth2

Share:
11,220
GowthamanSS
Author by

GowthamanSS

Updated on June 04, 2022

Comments

  • GowthamanSS
    GowthamanSS almost 2 years

    I just want to login to my developed application using Gmail OAuth authentication and there by i need to list out various inputs from it such as

    1. First Name
    2. Last Name
    3. Email Address
    4. Dob

    Third party which i have used is : DotNetOpenAuth.dll

    I have googled and did not find any solution?

    Waiting for your valuable comments and suggestions

  • Josh Noe
    Josh Noe almost 7 years
    Please don't use links as answers.
  • Rich Turner
    Rich Turner almost 7 years
    The user's question is not easily summarized and requires a fairly lengthy response to answer comprehensively. I am not going to write several page tutorial which others have already written, and written well. Since the OP said they'd already googled and couldn't find an answer, I think providing a link to a post that they missed is entirely acceptable.