summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/Twitter.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthClient/Twitter.aspx.cs')
-rw-r--r--samples/OAuthClient/Twitter.aspx.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthClient/Twitter.aspx.cs b/samples/OAuthClient/Twitter.aspx.cs
index 9c0cb9a..03824a8 100644
--- a/samples/OAuthClient/Twitter.aspx.cs
+++ b/samples/OAuthClient/Twitter.aspx.cs
@@ -47,7 +47,7 @@
this.AccessToken = accessTokenResponse.AccessToken;
} else if (this.AccessToken == null) {
// If we don't yet have access, immediately request it.
- twitter.Channel.Send(twitter.PrepareRequestUserAuthorization());
+ twitter.Channel.Respond(twitter.PrepareRequestUserAuthorization());
}
}
}