I try to checkin, the part from the PHP code:
$attachment = array('access_token' => '$access',
'place' => '117464364938130',
'message' => 'I am place to check in',
'coordinates' => array(
'latitude' => '40',
'longitude' => '-73',)
);
but I get error:
{"error":{"message":"(#160) Invalid coordinates. Coordinates must contain at least latitude, and longitude.","type":"OAuthException","code":160}}
why?