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

Gets the FacebookApplicationElement configured for the current environment.

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

Syntax

C#
public FacebookApplicationElement GetCurrent()
Visual Basic (Declaration)
Public Function GetCurrent As FacebookApplicationElement
Visual C++
public:
FacebookApplicationElement^ GetCurrent()

Return Value

The FacebookApplicationElement configured for the current environment.

Remarks

This method is called by FacebookDesktopContext during initialization. The method checks for an appSetting with the key Environment. If one is not specified, the FacebookApplicationElement with no Environment property specified is returned.

See Also

FacebookApplicationElementCollection Class
Facebook.Configuration Namespace