diff options
Diffstat (limited to 'samples/OAuthClient/Facebook.aspx')
-rw-r--r-- | samples/OAuthClient/Facebook.aspx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthClient/Facebook.aspx b/samples/OAuthClient/Facebook.aspx index c227814..4cdc4b1 100644 --- a/samples/OAuthClient/Facebook.aspx +++ b/samples/OAuthClient/Facebook.aspx @@ -1,4 +1,4 @@ -<%@ Page Language="C#" AutoEventWireup="true" Inherits="OAuthClient.Facebook" Codebehind="Facebook.aspx.cs" %> +<%@ Page Language="C#" AutoEventWireup="true" Inherits="OAuthClient.Facebook" Codebehind="Facebook.aspx.cs" Async="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> |