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

Parameters

uid
Type: System..::.Int64
The user ID for the user whose profile you are updating, or the page ID in case of a Page. If this parameter is not specified, then it defaults to the session user.
Note: This parameter applies only to Web applications and is required by them only if the
CopyC#
session_key
is not specified. Facebook returns an error if this parameter is passed by a desktop application.
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.Int64,System.String)"]

See Also

ProfileController Class
SetFBML Overload
Facebook.Api.Controllers Namespace