[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.4.13 (0.2009.4.13)

Syntax

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

Return Value

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

See Also

FbmlController Class
GetCustomTags Overload
Facebook.Api.Controllers Namespace