CheckinsCount 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 Nullable<long> CheckinsCount { get; }
Visual Basic
Public ReadOnly Property CheckinsCount As Nullable(Of Long)
	Get
Visual C++
public:
property Nullable<long long> CheckinsCount {
	Nullable<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