Checkin Method (Checkin)

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Allows the application

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

Syntax

C#
public Checkin Checkin(
	Checkin i_Checkin
)
Visual Basic
Public Function Checkin ( _
	i_Checkin As Checkin _
) As Checkin
Visual C++
public:
Checkin^ Checkin(
	Checkin^ i_Checkin
)

Parameters

i_Checkin
Type: FacebookWrapper.ObjectModel..::..Checkin
A Checkin(Checkin) object that contain the checkin information

Return Value

The newly created Checkin(Checkin) object

.NET Framework Security

Permission Description
publish_checkins

See Also