diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-19 17:30:05 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-19 17:30:05 -0700 |
commit | 912877733e575ef9f2b84b9810e7206a2ea6b5b5 (patch) | |
tree | 69ecb2c520a7fdef513c2e8678a8070d5b2ed88e /samples/DotNetOpenAuth.ApplicationBlock | |
parent | 9e430539d74fa908cd54901e611eb87533f07b3e (diff) | |
parent | 82c34d3f7e46f113b1c13145da0c388d9c328215 (diff) | |
download | DotNetOpenAuth-912877733e575ef9f2b84b9810e7206a2ea6b5b5.zip DotNetOpenAuth-912877733e575ef9f2b84b9810e7206a2ea6b5b5.tar.gz DotNetOpenAuth-912877733e575ef9f2b84b9810e7206a2ea6b5b5.tar.bz2 |
Merge branch 'v3.1'
Conflicts:
src/DotNetOpenAuth.vsmdi
src/DotNetOpenAuth/Configuration/OpenIdElement.cs
src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs index e8511ae..4d3ce13 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs +++ b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs @@ -48,6 +48,7 @@ namespace DotNetOpenAuth.ApplicationBlock { { Applications.Finance, "http://finance.google.com/finance/feeds/" }, { Applications.Gmail, "https://mail.google.com/mail/feed/atom" }, { Applications.Health, "https://www.google.com/h9/feeds/" }, + { Applications.Maps, "http://maps.google.com/maps/feeds/" }, { Applications.OpenSocial, "http://sandbox.gmodules.com/api/" }, { Applications.PicasaWeb, "http://picasaweb.google.com/data/" }, { Applications.Spreadsheets, "http://spreadsheets.google.com/feeds/" }, @@ -139,6 +140,11 @@ namespace DotNetOpenAuth.ApplicationBlock { /// Google Analytics /// </summary> Analytics = 0x4000, + + /// <summary> + /// Google Maps + /// </summary> + Maps = 0x8000, } /// <summary> |