diff options
-rw-r--r-- | samples/OAuthClient/Web.config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/samples/OAuthClient/Web.config b/samples/OAuthClient/Web.config index 0aa28b2..9ae29da 100644 --- a/samples/OAuthClient/Web.config +++ b/samples/OAuthClient/Web.config @@ -48,11 +48,9 @@ <!-- 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. --> <!-- Twitter sign-up: https://twitter.com/oauth_clients --> - <add key="twitterConsumerKey" value="" /> - <add key="twitterConsumerSecret" value="" /> + <add key="twitterConsumerKey" value="eRJd2AMcOnGqDOtF3IrBQ" /> + <add key="twitterConsumerSecret" value="iTijQWFOSDokpkVIPnlLbdmf3wPZgUVqktXKASg0QjM" /> <!-- 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"/> <!-- Yammer sign-up: https://www.yammer.com/client_applications/new --> |