diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-17 22:35:41 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-17 22:35:41 -0700 |
commit | 75a1fa8ad5d62e3a8241a2e796c903099c130020 (patch) | |
tree | 61cf73657a8e0bea51cb65f06344daf8cf2d31ba /samples/OAuthConsumerWpf/MainWindow.xaml.cs | |
parent | 18c5c8fd2a715086674654e461608fa6fc33ba1a (diff) | |
parent | e2e3ae8f341dd75d4ffe6c1363f69ab92eac7081 (diff) | |
download | DotNetOpenAuth-75a1fa8ad5d62e3a8241a2e796c903099c130020.zip DotNetOpenAuth-75a1fa8ad5d62e3a8241a2e796c903099c130020.tar.gz DotNetOpenAuth-75a1fa8ad5d62e3a8241a2e796c903099c130020.tar.bz2 |
Merge branch 'v3.4' into oauthWRAP
Diffstat (limited to 'samples/OAuthConsumerWpf/MainWindow.xaml.cs')
-rw-r--r-- | samples/OAuthConsumerWpf/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthConsumerWpf/MainWindow.xaml.cs b/samples/OAuthConsumerWpf/MainWindow.xaml.cs index 8c8d035..24d5249 100644 --- a/samples/OAuthConsumerWpf/MainWindow.xaml.cs +++ b/samples/OAuthConsumerWpf/MainWindow.xaml.cs @@ -66,7 +66,7 @@ this.wcfTokenManager.ConsumerKey = "sampleconsumer"; this.wcfTokenManager.ConsumerSecret = "samplesecret"; MessageReceivingEndpoint oauthEndpoint = new MessageReceivingEndpoint( - new Uri("http://localhost:65169/OAuthServiceProvider/OAuth.ashx"), + new Uri("http://localhost:65169/OAuth.ashx"), HttpDeliveryMethods.PostRequest); this.wcf = new DesktopConsumer( new ServiceProviderDescription { |