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

Gets the FacebookApplicationElement configured for the specified apiKey.

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

Syntax

C#
public static FacebookApplicationElement GetByApiKey(
	this FacebookApplicationElementCollection col,
	string apiKey
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function GetByApiKey ( _
	col As FacebookApplicationElementCollection, _
	apiKey As String _
) As FacebookApplicationElement
Visual C++
[ExtensionAttribute]
public:
static FacebookApplicationElement^ GetByApiKey(
	FacebookApplicationElementCollection^ col, 
	String^ apiKey
)

Parameters

col
Type: Facebook.Configuration..::.FacebookApplicationElementCollection
A FacebookApplicationElementCollection object.
apiKey
Type: System..::.String
The API key for the current HTTP request.

Return Value

The FacebookApplicationElement configured for the specified apiKey.

See Also

FacebookWebConfigurationExtensions Class
Facebook.Web.Configuration Namespace