Checkin Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
A Checkin represents a single visit by a user to a location. The User and Page objects have checkin connections. The GraphApi reference page for this object: [!:https://developers.facebook.com/docs/reference/api/checkin/]

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

Syntax

C#
[SerializableAttribute]
public class Checkin : PostedItem
Visual Basic
<SerializableAttribute> _
Public Class Checkin _
	Inherits PostedItem
Visual C++
[SerializableAttribute]
public ref class Checkin : public PostedItem

Remarks

To read a Checkin object, issue an HTTP GET request to /CHECKIN_ID with one of the above permissions.

.NET Framework Security

Permission Description
- the user_checkins permission to read the user's checkins. - the friends_checkins permission to read the user's friend's checkins.

Inheritance Hierarchy

See Also