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

Initializes a FeedTemplateBundleIds instance for the speciied apiKey.

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

Syntax

C#
public FeedTemplateBundleIds(
	string apiKey
)
Visual Basic (Declaration)
Public Sub New ( _
	apiKey As String _
)
Visual C++
public:
FeedTemplateBundleIds(
	String^ apiKey
)

Parameters

apiKey
Type: System..::.String
The API key of the application the feed template bundles are configured for.

See Also

FeedTemplateBundleIds Class
Facebook.Configuration Namespace