← Back to hub
Seller workspace

One place to manage Facebook selling conversations.

This page is the frontend shell for a better seller workflow: watch your active listings, spot unanswered buyer messages, open the full thread, and send replies without living in the Facebook UI.

0 Active listings
0 Unread threads
0 Need reply today
0 Suggested drafts

Listings needing attention

Prioritize items with unread buyer interest, stale replies, or pickup coordination still open.

Loading data source…

Inbox

Open a buyer thread, read the full conversation, and reply from the same dashboard.

Checking backend connection…

Select a conversation

Choose a thread on the left to inspect messages and send a reply.

Messages are simulated on this prototype page.

Recommended architecture

Keep the page lightweight, then add the minimum backend needed for secure Meta integration.

1. Static UI on this site

This page can stay as plain HTML, CSS, and JavaScript and still feel fast and usable.

2. .NET API behind IIS

Use ASP.NET for OAuth callback handling, token storage, Graph API proxying, and webhook verification.

3. Background sync

Periodically pull listing and message state or receive Meta webhooks, then cache normalized data for this page.

4. Unified seller model

Normalize listing, buyer, and thread records so the UI does not care whether the source is Messenger, Commerce, or a custom import.

Reality check

The user experience you want is very buildable. The unknown is Meta permission scope, not page design.

Now

Prototype the workflow and shape the data model around listings, inbox threads, and reply actions.

Next

Create a Meta app, request the right Page and messaging permissions, and verify what data your account can actually access.

If Marketplace is blocked

Use this page as a shared seller CRM fed by whatever official Page/Messenger data is available, instead of trying to scrape Facebook.

Avoid browser-only direct calls to Meta for anything sensitive. Tokens in client-side JavaScript are too easy to leak.