Status Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
A status message on a user's wall as represented in the Graph API. The GraphApi reference page for this object: [!:https://developers.facebook.com/docs/reference/api/status/]

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
[SerializableAttribute]
public class Status : PostedItem
Visual Basic
<SerializableAttribute> _
Public Class Status _
	Inherits PostedItem
Visual C++
[SerializableAttribute]
public ref class Status : public PostedItem

.NET Framework Security

Permission Description
any valid access_token if the link is public, read_stream permission if the link is not public

Inheritance Hierarchy

See Also