App Logo
facebook.com

List your Facebook groups

List the Facebook groups you belong to, and separately the ones you asked to join and are still waiting on. Each entry gives the group's id, link, name, and the line the page shows beneath it — when you last visited for a membership, how long ago the request was sent for a pending one. The counts Facebook displays come back too, so you can tell a capped read from a complete one. Handy for auditing a large account, or for spotting join requests that have been waiting too long.

Input

limit optional

Max joined groups to return; the list is infinite-scroll and the script scrolls until it has this many or the list stops growing. Pending requests are always returned in full.

Default: 200

Output

groups required

Groups the account is actually a member of.

totalDeclared required

Membership count as displayed. groups.length < totalDeclared means the read was capped by limit or by the feed.

pendingRequests required

Groups the account asked to join and is still waiting on — not memberships.

pendingDeclared optional

Pending-request count as displayed.

Start building not clicking