Ya da en basiti => https://developers.facebook.com/docs/graph-api/reference/v2.10/checkin
php örneği
/* PHP SDK v5.0.0 */
/* make the API call */
$request = new FacebookRequest(
$session,
'GET',
'/{page-id}/checkins'
);
$response = $request->execute();
$graphObject = $response->getGraphObject();
/* handle the result */