I can retrive my checkin place using https://api.foursquare.com/v2/users/USER_ID/checkins/?oauth_token=ACCESS_TOKEN&v=20121109.
This api return everything about my checkin place on json fromat except the comments under checkin place.Results only show total number of comments but not comments.
But i need comments.Please help me..
You can use the checkin id to retrieve the full details for the checkins with comments:
https://api.foursquare.com/v2/checkins/CHECKIN_ID?oauth_token=OAUTH_TOKEN&v=20121109
API-Endpoint: https://api.foursquare.com/v2/checkins/CHECKIN_ID
The response includes the comments: