Google Api OAuth in C#, .NET
Asked Answered
F

2

6

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

Flavio answered 13/3, 2013 at 6:19 Comment(0)
I
1

There is a .NET client library for Google

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

Issuable answered 13/3, 2013 at 7:39 Comment(0)
N
0

The DotNetOpenAuth documentation shows how to create an OpenID Relying Party (using ASP.NET WebForms or MVC), and how to extract user attributes from a token returned from an OAuth IDP.

Nonrestrictive answered 13/3, 2013 at 6:22 Comment(2)
Please don't use links as answers.Koenraad
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.Nonrestrictive

© 2022 - 2024 — McMap. All rights reserved.