I am developing a mobile-web app and I am trying to checkin to a google place. So I followed the instructions from the [Google Places Api][1]. I got an access token, made a place search request and now I am trying to checkin to a google place. According to google documentation the only things I need to checkin to a google place are :
- sensor (true or false)
- key (my application's API key)
- reference (got from Places Search request)
So I did the described request and the funny thing is that the response I got back was:
{
"status": "OK"
}
But I never managed to see and verify that checkin.
I checked to my Google+ account, to my googlemaps, to places.google.com but I didnt have a luck.