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

Configures an application info section that the specified user can install on the Info tab of her profile.

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

Syntax

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

Parameters

title
Type: System..::.String
The title or header of the application info section.
type
Type: System..::.Int64
Specify
CopyC#
1
for a text-only field-item configuration or
CopyC#
5
for a thumbnail configuration.
uid
Type: System..::.Int64
The user ID of the user adding the application info section.

Return Value

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

See Also

ProfileController Class
Facebook.Api.Controllers Namespace