List Facebook group posts
facebook_group_posts_listList posts from a Facebook group by group URL. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public Facebook group URL whose posts should be listed. | |
| cursor | No | Opaque pagination cursor from a previous response. | |
| sortBy | No | Optional sort order for posts returned from the group feed. `top`: Facebook's default relevance ranking. `recentActivity`: sorted by most recent comment/reaction activity. `chronological`: regular posts sorted by post time, newest first. `chronologicalListings`: Facebook's separate feed of listing-style posts (e.g. items for sale) within the group, sorted by time. |