mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
d65cccd7d8
* 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>
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
# 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
|
|
|
|
```bash
|
|
# 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
|
|
|
|
- Chrome running and **logged into** facebook.com
|
|
- [Browser Bridge extension](/guide/browser-bridge) installed
|