Checkins Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Checkins made to this Place Page by the current user, and friends of the current user

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

Syntax

C#
public FacebookObjectCollection<Checkin> Checkins { get; }
Visual Basic
Public ReadOnly Property Checkins As FacebookObjectCollection(Of Checkin)
	Get
Visual C++
public:
property FacebookObjectCollection<Checkin^>^ Checkins {
	FacebookObjectCollection<Checkin^>^ get ();
}

Remarks

original: array of Checkin objects

.NET Framework Security

Permission Description
user_checkins or friends_checkins.

See Also