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

Updates a user's Facebook status through your application.

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

Syntax

C#
public FacebookResponse<bool> Set(
	string status
)
Visual Basic (Declaration)
Public Function Set ( _
	status As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ Set(
	String^ status
)

Parameters

status
Type: System..::.String
The status message to set.
Note: The maximum message length is 160 characters; messages longer than that limit will be truncated and appended with "...".

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.StatusController.Set(System.String)"]

See Also

StatusController Class
Set Overload
Facebook.Api.Controllers Namespace