facebook.com
List Facebook feed posts
Input
url requiredFull URL of a Facebook group (https://www.facebook.com/groups/<id>) or page (https://www.facebook.com/<username> or /profile.php?id=<id>).
limit optionalMax posts to return. Feed is infinite-scroll; the script scrolls, arming a GraphQL response wait before each scroll, until it has this many unique posts or the feed stops yielding new ones.
Default: 15withStatus optionalGroup URLs only. When true, return {groupStatus, posts} instead of the bare posts array. groupStatus: joined (membership control or readable member feed), not_member (join button shown), pending (join request sent), unavailable (group deleted, or the session is banned/excluded — Facebook shows the same 'content unavailable' page for both), unknown. With withStatus an unavailable group is a result, not an error.
Default: falseOutput
None
