Delete Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Delete this comment

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

Syntax

C#
public bool Delete()
Visual Basic
Public Function Delete As Boolean
Visual C++
public:
bool Delete()

Return Value

true if the delete is successful, false otheriwse

Remarks

You can delete a comment by issuing a HTTP DELETE request to the COMMENT_ID object

.NET Framework Security

Permission Description
publish_stream

See Also