JDBC Driver for Facebook

Build 22.0.8462

Groups

Query the Pages based on the supplied Id.

Table Specific Information

Groups are a place to communicate about shared interests with certain people. Groups may be queried by Id.

Select

If you know the groups Id, you may also just specify the Id to obtain information about the specific group. For example:

SELECT * FROM Groups WHERE Id = 'GroupId'

Columns

Name Type Description
ID [KEY] String The Group ID.
Name String The name of the Group.
Description String A brief description of the Group.
Email String The email address to upload content to the Group. Only current members of the Group can use this.
Icon String The URL for the Group's icon.
MemberCount Integer The number of members in the Group.
MemberRequestCount Integer The number of members in the Group.
CoverId String Id of the cover image for the group.
CoverSource String The URL to the cover image for the group.
CoverOffsetY String The y-axis offset of the cover image for the group.
CoverOffsetX String The x-axis offset of the cover image for the group.
Permissions String The permissions a User has granted for an app installed in the Group.
Privacy String The privacy setting of the Group. Possible values are CLOSED, OPEN, and SECRET. Requires an access token of an Admin of the Group.
UpdatedTime Datetime The last time the Group was updated (includes changes Group properties, Posts, and Comments). Requires an access token of an Admin of the Group.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462