[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(
	string profile
)
Visual Basic (Declaration)
Public Function SetFBML ( _
	profile As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ SetFBML(
	String^ profile
)

Parameters

profile
Type: System..::.String
The FBML intended for the application profile box that appears on the Boxes tab on the user's profile.

Return Value

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

See Also

ProfileController Class
SetFBML Overload
Facebook.Api.Controllers Namespace