diff options
Diffstat (limited to 'samples/ServiceProvider/OAuth.ashx')
-rw-r--r-- | samples/ServiceProvider/OAuth.ashx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/ServiceProvider/OAuth.ashx b/samples/ServiceProvider/OAuth.ashx index 2577b9a..fa21f49 100644 --- a/samples/ServiceProvider/OAuth.ashx +++ b/samples/ServiceProvider/OAuth.ashx @@ -4,9 +4,9 @@ using System; using System.Linq;
using System.Web;
using System.Web.SessionState;
-using DotNetOAuth;
-using DotNetOAuth.ChannelElements;
-using DotNetOAuth.Messages;
+using DotNetOAuth.OAuth;
+using DotNetOAuth.OAuth.ChannelElements;
+using DotNetOAuth.OAuth.Messages;
using DotNetOAuth.Messaging;
public class OAuth : IHttpHandler, IRequiresSessionState {
|