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

Initializes the Facebook web objects.

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

Syntax

C#
public static void Init(
	HttpContext context
)
Visual Basic (Declaration)
Public Shared Sub Init ( _
	context As HttpContext _
)
Visual C++
public:
static void Init(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::.HttpContext
A reference to the HttpContext object for the current HTTP request.

See Also

FacebookHttpContext Class
Facebook.Web Namespace