diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-29 06:05:25 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-04-29 06:05:25 -0700 |
commit | dc5c6421e4fbc243ed3c6e2485cc1b2974ca76ec (patch) | |
tree | 45bb70570fb944510fd69809b81b7d0fb218eb1a /samples | |
parent | 7f34dae9fc0d9a5f468bb8771e10b54da9aa0549 (diff) | |
download | DotNetOpenAuth-dc5c6421e4fbc243ed3c6e2485cc1b2974ca76ec.zip DotNetOpenAuth-dc5c6421e4fbc243ed3c6e2485cc1b2974ca76ec.tar.gz DotNetOpenAuth-dc5c6421e4fbc243ed3c6e2485cc1b2974ca76ec.tar.bz2 |
Put in "anonymous" Google consumer key and secret.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/OAuthConsumer/Web.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthConsumer/Web.config b/samples/OAuthConsumer/Web.config index 5e96705..7753874 100644 --- a/samples/OAuthConsumer/Web.config +++ b/samples/OAuthConsumer/Web.config @@ -48,8 +48,8 @@ <add key="twitterConsumerKey" value="" /> <add key="twitterConsumerSecret" value="" /> <!-- Google sign-up: https://www.google.com/accounts/ManageDomains --> - <add key="googleConsumerKey" value=""/> - <add key="googleConsumerSecret" value=""/> + <add key="googleConsumerKey" value="anonymous"/> + <add key="googleConsumerSecret" value="anonymous"/> </appSettings> <connectionStrings/> |