FQL:checkin
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return information about a checkin. By default, this query returns the last 20 checkins and returns a maximum of 500 checkins.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
checkin_id | int | The ID of the check-in in the stream. |
author_uid | int | The ID of the user making the checkin. |
page_id | int | The ID of the Page representing the location. |
app_id | int | The ID of the application that made the checkin. |
post_id | int | The ID of the post in the stream. |
coords | array | An array containing the latitude, longitude, and accuracy of the location. |
timestamp | time | A Unix timestamp of the checkin. |
tagged_uids | array | An array of user IDs of users tagged in the checkin. |
message | string | The message the author posted with the checkin. |
Examples
SELECT coords,tagged_uids,author_uid,page_id,app_id,post_id,timestamp,message FROM checkin WHERE checkin_id= 10100368462460150