[This is preliminary documentation and is subject to change.]

The base class that should be derived from by web applications using the .NET Facebook Client.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public class FacebookHttpApplication : HttpApplication
Visual Basic (Declaration)
Public Class FacebookHttpApplication _
	Inherits HttpApplication
Visual C++
public ref class FacebookHttpApplication : public HttpApplication

Remarks

FacebookHttpApplication provides additional Facebook API-specific functionality to HttpApplication, such as automatic Forms authentication based on the Faceook session, and pre-registering Feed template bundles.

Inheritance Hierarchy

System..::.Object
  System.Web..::.HttpApplication
    Facebook.Web..::.FacebookHttpApplication
      Facebook.Web.Mvc..::.FacebookMvcApplication

See Also

FacebookHttpApplication Members
Facebook.Web Namespace