Like Method

Facebook API Wrapper

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

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

Syntax

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

Return Value

true if the write is successful, false otherwise

Remarks

You can like a checkin by issuing a HTTP POST request to [PostedItem.Id]/likes connection

.NET Framework Security

Permission Description
publish_stream

See Also