A place as represented in FQL
| Name | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
checkin_count number | The number of times users have checked into the location | ||||||||||||||
content_age number | Time when the post was created or -1 if unknown | ||||||||||||||
description string | The description of the place | ||||||||||||||
display_subtext string | Display text containing metadata about the location | ||||||||||||||
geometry struct | Description of the geometry of the location being queries | ||||||||||||||
| |||||||||||||||
is_city bool | Boolean describing if this location is a city | ||||||||||||||
is_unclaimed bool | Boolean flag indicating if this page is unclaimed or not | ||||||||||||||
latitude number | The latitude of the location | ||||||||||||||
longitude number | The longitude of the location | ||||||||||||||
name string | The name of the place | ||||||||||||||
| number | The Facebook Page ID of the place | ||||||||||||||
pic string | Profile picture of the place. Scales to 100 pixels | ||||||||||||||
pic_big string | Profile picture of the place. Scales to 200 pixels | ||||||||||||||
pic_crop struct | Size information for the picture. The image is pre-cropped and square | ||||||||||||||
| |||||||||||||||
pic_large string | Profile picture of the place. Scales to 396 pixels | ||||||||||||||
pic_small string | Profile picture of the place. Scales to 50 pixels | ||||||||||||||
pic_square string | Profile 50x50 pixels picture of the place | ||||||||||||||
search_type string | Enum describing the search mode available to query for a location. Can be: graph_no_radius, mobile_checkin, mobile_status, mobile_photo, mobile_album, mobile_video, and mobile_event | ||||||||||||||
type string | Enum describing the type of location this place is. Can be PLACE, CITY, STATE_PROVINCE, COUNTRY, EVENT, UNCONFIRMED_RESIDENCE, RESIDENCE, TEXT | ||||||||||||||
To read the place table you need
access_token.