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

Retrieves information about a specified template bundle previously registered by the requesting application.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<TemplateBundle> GetRegisteredTemplateBundleByID(
	string templateBundleId
)
Visual Basic (Declaration)
Public Function GetRegisteredTemplateBundleByID ( _
	templateBundleId As String _
) As FacebookResponse(Of TemplateBundle)
Visual C++
public:
FacebookResponse<TemplateBundle^>^ GetRegisteredTemplateBundleByID(
	String^ templateBundleId
)

Parameters

templateBundleId
Type: System..::.String
The template bundle ID used to identify a previously registered template bundle. The ID is the one returned by a previous call to feed.registerTemplateBundle.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FeedController.GetRegisteredTemplateBundleByID(System.String)"]

See Also

FeedController Class
Facebook.Api.Controllers Namespace