LikesCount Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the number of likes

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

Syntax

C#
public long LikesCount { get; }
Visual Basic
Public ReadOnly Property LikesCount As Long
	Get
Visual C++
public:
property long long LikesCount {
	long long get ();
}

Remarks

original: Structure containing a data object and the number of total likes, with data containing an array of objects, each with the name and Facebook id of the user who liked the post

.NET Framework Security

Permission Description
access_token

See Also