summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/OAuthConsumerWpf/App.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthConsumerWpf/App.config b/samples/OAuthConsumerWpf/App.config
index dab6eed..c6156c0 100644
--- a/samples/OAuthConsumerWpf/App.config
+++ b/samples/OAuthConsumerWpf/App.config
@@ -34,10 +34,10 @@
<!-- Fill in your various consumer keys and secrets here to make the sample work. -->
<!-- You must get these values by signing up with each individual service provider. -->
<!-- Google sign-up: https://www.google.com/accounts/ManageDomains -->
- <add key="googleConsumerKey" value=""/>
+ <add key="googleConsumerKey" value="anonymous"/>
<!-- Google requires either a secret or an X.509 certificate. This sample will use
the certificate if it is specified, otherwise it will use the shared secret. -->
- <add key="googleConsumerSecret" value=""/>
+ <add key="googleConsumerSecret" value="anonymous"/>
<add key="googleConsumerCertificateFile" value=""/>
<add key="googleConsumerCertificatePassword" value=""/>
</appSettings>