summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-06-04 08:54:40 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-06-04 08:54:40 -0700
commit551a5688abb664e417a58981cdfe703e827cd23f (patch)
treea61d1bd7cbe519fb6982b9d26d1f714a89b92610
parent9183549b4b92bec02e26fa70ec0716e3d48e9182 (diff)
downloadDotNetOpenAuth-551a5688abb664e417a58981cdfe703e827cd23f.zip
DotNetOpenAuth-551a5688abb664e417a58981cdfe703e827cd23f.tar.gz
DotNetOpenAuth-551a5688abb664e417a58981cdfe703e827cd23f.tar.bz2
Added Google Maps OAuth scope to application block.
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs
index 55018e4..bcdb477 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>