This Choreo allows you to create a check-in. The documentation for this Foursquare resource can be found here.
There are 3 ways to create a check-in with this Choreo:
- Provide a venue id for the place that you want to create a check-in for.
- Provide a venue name if you don't have a venue ID or would rather prefer a 'venueless' check-in.
- Provide a 'Shout'.
The following is a sample of the JSON information returned by this Choreo:
{
"meta":{
"code":200
},
"notifications":[{
"type":"notificationTray",
"item":{
"unreadCount":0
}
},
{
"type":"message",
"item":{
"message":"OK! We've got you @ Temboo. You've been here 1 time."
}
},
{
"type":"mayorship",
"item":{
"type":"nochange",
"checkins":32,
"user":{
"id":"184358",
"firstName":"AKA",
"lastName":"M.",
"photo":"https://img-s.foursquare.com/userpix_thumbs/KYJLJ4WULLGLCMTH.jpg",
"gender":"none",
"homeCity":"Brooklyn, NY",
"canonicalUrl":"https://foursquare.com/akamediasystem"
},
"message":"AKA M. is the Mayor of Temboo.",
"image":"https://img-s.foursquare.com/userpix_thumbs/KYJLJ4WULLGLCMTH.jpg"
}
},
{
"type":"leaderboard",
"item":{
"leaderboard":[{
"user":{
"id":"22397808",
"firstName":"Aaron",
"lastName":"Jennings",
"photo":"https://foursquare.com/img/blank_boy.png",
"gender":"male",
"homeCity":"Brooklyn",
"canonicalUrl":"https://foursquare.com/user/22397808",
"relationship":"self"
},
"scores":{
"recent":5,
"max":5,
"goal":50,
"checkinsCount":1
},
"rank":1
}
],
"message":"Nice check-in! You just hit a new high score!",
"scores":[],
"total":0
}
},
{
"type":"score",
"item":{
"scores":[],
"total":0
}
}
],
"response":{
"checkin":{
"id":"4f4808abe4b0291e47e426d4",
"createdAt":1330120875,
"type":"checkin",
"timeZone":"America/New_York",
"venue":{
"id":"4d432a7d3be6a093af469736",
"name":"Temboo",
"contact":{
"twitter":"temboo"
},
"location":{
"address":"104 Franklin Street",
"crossStreet":"Btw Church & West Broadway",
"lat":40.71863306,
"lng":-74.005526,
"postalCode":"10013",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d125941735",
"name":"Tech Startup",
"pluralName":"Tech Startups",
"shortName":"Tech Startup",
"icon":"https://foursquare.com/img/categories/shops/technology.png",
"parents":["Professional & Other Places",
"Offices"
],
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":250,
"usersCount":9,
"tipCount":0
}
},
"photos":{
"count":0,
"items":[]
},
"comments":{
"count":0,
"items":[]
}
}
}
}