Files
jackwener__opencli/docs/adapters/browser/facebook.md
hanzi d65cccd7d8 feat(facebook): add marketplace read commands (#1221)
* feat(facebook): add marketplace read commands

* feat(facebook): add marketplace reply draft command

* fix(facebook): parse narrow spaces in marketplace inbox

* fix(facebook): keep marketplace commands read-only

---------

Co-authored-by: jackwener <jakevingoo@gmail.com>
2026-05-01 20:18:57 +08:00

1.1 KiB

Facebook

Mode: 🔐 Browser · Domain: facebook.com

Commands

Command Description
opencli facebook profile Get user/page profile info
opencli facebook notifications Get recent notifications
opencli facebook feed Get news feed posts
opencli facebook search Search people, pages, posts
opencli facebook marketplace-listings List your Marketplace seller listings
opencli facebook marketplace-inbox List recent Marketplace buyer/seller conversations

Usage Examples

# View a profile
opencli facebook profile zuck

# Get notifications
opencli facebook notifications --limit 10

# News feed
opencli facebook feed --limit 5

# Search
opencli facebook search "OpenAI" --limit 5

# Marketplace seller listings and inbox
opencli facebook marketplace-listings --limit 10
opencli facebook marketplace-inbox --limit 10

# JSON output
opencli facebook profile zuck -f json

Prerequisites