FQL:group

From Facebook Developer Wiki (FbDevWiki.com)
Jump to: navigation, search

Query this table to return information about a group.

If you call fql.query without an auth token or session key when querying this table, you'll only get data about a group that is publicly available. That is, the query only returns a group that the logged-in user can see. If you don't pass the logged-in user's ID, the query only returns open groups.

Columns

Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.

Name Type Description
gid int The group ID of the group being queried.
name string The name of the group being queried.
nid int The network ID for the network to which the group being queried belongs, if any.
pic_small string The URL to the smallest-sized photo for the group being queried. The image can have a maximum width of 50px and a maximum height of 150px. This URL may be blank.
pic_big string The largest-sized photo for the group being queried. The image can have a maximum width of 200px and a maximum height of 600px. This URL may be blank.
pic string The medium-sized photo for the group being queried. The image can have a maximum width of 100px and a maximum height of 300px. This URL may be blank.
description string The description of the group being queried.
group_type (scheduled for removal May 2, 2012) string The category of the group being queried.
group_subtype (scheduled for removal May 2, 2012) string The group type for the group being queried.
recent_news string The contents of the Recent News field of the group being queried.
creator int The user ID of the user who created the group being queried.
update_time time The last time the group being queried was updated.
office string The location of the office of the group being queried.
website string The URL for the Web site of the group being queried.
venue object The venue of the group being queried. This is an object containing street, city, state, country, zip, latitude, and longitude fields.
privacy string The privacy setting of the group being queried, indicating whether the group is OPEN, CLOSED, or SECRET.
version string The group version. New groups are versioned > 0.
Personal tools
Namespaces
Variants
Actions
Navigation
Graph API
FQL
Toolbox