Comment Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
A comment on a Graph API object The GraphApi reference page for this object: [!:https://developers.facebook.com/docs/reference/api/Comment/]

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

Syntax

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

Inheritance Hierarchy

See Also