Checkins Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the places that the user has checked-into as a collection of Checkin(Checkin) objects.

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