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

Returns the custom tag definitions for tags that were previously defined using fbml.registerCustomTags.

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

Syntax

C#
public FacebookResponse<FacebookList<CustomTag>> GetCustomTags(
	string appId
)
Visual Basic (Declaration)
Public Function GetCustomTags ( _
	appId As String _
) As FacebookResponse(Of FacebookList(Of CustomTag))
Visual C++
public:
FacebookResponse<FacebookList<CustomTag^>^>^ GetCustomTags(
	String^ appId
)

Parameters

appId
Type: System..::.String
The ID of the application whose custom tags you want to get. If the ID is the calling application's ID, all the application's custom tags are returned. Otherwise, only the application's public custom tags are returned. (Default value is the calling application's ID.).

Return Value

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

See Also

FbmlController Class
GetCustomTags Overload
Facebook.Api.Controllers Namespace