Comment Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Comments on this posted item

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

Syntax

C#
public Comment Comment(
	string i_Comment
)
Visual Basic
Public Function Comment ( _
	i_Comment As String _
) As Comment
Visual C++
public:
Comment^ Comment(
	String^ i_Comment
)

Parameters

i_Comment
Type: System..::..String

[Missing <param name="i_Comment"/> documentation for "M:FacebookWrapper.ObjectModel.PostedItem.Comment(System.String)"]

Return Value

If the write is successful, you get the newly created Comment(String) object

Remarks

You can write to the [PostedItem.Id]/comments connection to post a comment to the checkin by issuing an HTTP POST request

.NET Framework Security

Permission Description
publish_stream

See Also