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

Syntax

C#
public FacebookResponse<bool> SetFBML(
	string profile,
	string profileMain
)
Visual Basic (Declaration)
Public Function SetFBML ( _
	profile As String, _
	profileMain As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ SetFBML(
	String^ profile, 
	String^ profileMain
)

Parameters

profile
Type: System..::.String
The FBML intended for the application profile box that appears on the Boxes tab on the user's profile.
profileMain
Type: System..::.String
The FBML intended for the narrow profile box on the Wall and Info tabs of the user's profile. Note: This attribute applies only to the new profile design that launched July 2008.

Return Value

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

See Also

ProfileController Class
SetFBML Overload
Facebook.Api.Controllers Namespace