summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Samples improvementsAndrás Fuchs2013-05-261-288/+0
| | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|\
| * Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-281-1/+1
| | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
* | Samples now build.Andrew Arnott2011-08-021-1/+1
|/
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-231-1/+1
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* Saved 80% of request/response size by gzip compressing Google OAuth requests.Mike Lim2011-04-131-0/+5
|
* Removed C# 4 usage from samples so they build under VS2008.Andrew Arnott2010-07-191-2/+2
|
* Added paging capability to GoogleConsumer sample in the ApplicationBlock.Andrew Arnott2010-06-051-2/+10
|
* Merge branch 'v3.0' into v3.1Andrew Arnott2009-06-191-0/+6
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs
| * Added Google Maps OAuth scope to application block.Andrew Arnott2009-06-041-0/+6
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-301-4/+4
|\ \ | |/
| * StyleCop fixes.Andrew Arnott2009-04-301-4/+4
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-301-2/+74
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * Fixes OAuth base signature string construction for URLs that include a ↵Andrew Arnott2009-04-291-0/+6
| | | | | | | | | | | | query-string part. Fixes Trac ticket 42.
| * Added a bunch more Google Scopes to the application block.Andrew Arnott2009-04-291-2/+68
| |
* | Added OpenID+OAuth sample.Andrew Arnott2009-04-181-1/+1
|/
* Added X.509 certificate use as an option to the OAuthConsumerWpf sample.Andrew Arnott2009-04-091-0/+20
|
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-081-25/+1
| | | | and Service Provider scenarios.
* Added Blogger posting OAuth sample.Andrew Arnott2009-03-211-0/+55
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-1/+1
| | | | Send method.
* Fixed the DirectWebResponse bug that broke the OAuth sample.Andrew Arnott2009-01-121-1/+2
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+145