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

Sets the FBML for a user's profile, including the content for both the profile box and the profile actions.

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

Syntax

C#
public FacebookResponse<bool> SetFBML()
Visual Basic (Declaration)
Public Function SetFBML As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ SetFBML()

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.ProfileController.SetFBML"]

See Also

ProfileController Class
SetFBML Overload
Facebook.Api.Controllers Namespace