Unlike Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Unlikes this posted item

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

Syntax

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

Return Value

true if the write is successful, false otherwise

Remarks

You can unlike a posted item by issuing a HTTP DELETE request to [PostedItem.Id]/likes connection

.NET Framework Security

Permission Description
publish_stream

See Also