LikedByUser Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets weather the loggedin user likes the comment

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

Syntax

C#
public bool LikedByUser { get; }
Visual Basic
Public ReadOnly Property LikedByUser As Boolean
	Get
Visual C++
public:
property bool LikedByUser {
	bool get ();
}

Remarks

original: the 'user_likes' field is a string; always true (This field is returned only if the authenticated user likes this comment)

.NET Framework Security

Permission Description
generic access_token

See Also