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

Gets the FBML that is currently set for a user's profile.

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

Syntax

C#
public FacebookResponse<string> GetFBML(
	long uid,
	long type
)
Visual Basic (Declaration)
Public Function GetFBML ( _
	uid As Long, _
	type As Long _
) As FacebookResponse(Of String)
Visual C++
public:
FacebookResponse<String^>^ GetFBML(
	long long uid, 
	long long type
)

Parameters

uid
Type: System..::.Int64
The user whose profile FBML is to be fetched, or the page ID in case of a Page. If not specified, 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 ignores this parameter if it is passed by a desktop application.
type
Type: System..::.Int64
The type of profile box to retrieve. Specify
CopyC#
1
for the original style (wide and narrow column boxes),
CopyC#
2
for
CopyC#
profile_main
box. (Default value is 1.)

Return Value

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

See Also

ProfileController Class
GetFBML Overload
Facebook.Api.Controllers Namespace