Real-Time Facebook Posts Fetch API

Замовник: AI | Опубліковано: 24.10.2025

I need a lightweight service that listens to a single Facebook Page and, the moment a new post appears, captures its text body and makes it available through a clean JSON endpoint. Your task is to wire up the Facebook Graph API (or Webhooks if you prefer) so the service retrieves only the text content—no images, no videos, no extra filters—then exposes that data via a REST call I can hit from my own apps. The response must be in JSON and arrive within seconds of the original post going live. You’re free to choose Python (Flask/FastAPI), Node.js (Express), or an equally simple stack that I can deploy on a standard VPS. I’ll supply the page ID, app credentials, and any required tokens. Deliverables • Complete source code with environment setup scripts • A live endpoint returning JSON in the format: { id, created_time, message } • Postman collection or curl commands demonstrating usage • README explaining Facebook permissions, webhook subscription, and env variables Acceptance Criteria • New posts show up at the endpoint within a few seconds of publication • No filtering applied—every post’s text content is relayed in chronological order • Service runs continuously without interruption for at least 24 hours during testing If you’ve handled Facebook Graph v19+ or similar real-time social feeds before, I’d love to see it in action.