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

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.

Return Value

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

See Also

ProfileController Class
SetFBML Overload
Facebook.Api.Controllers Namespace