Social integrations
Connect social channels (Meta Threads and more) to Openquok — OAuth, backend env, and Meta dashboard settings.
Overview
Openquok connects social channels through the backend integration layer: OAuth flows, organization-scoped channels, and optional programmatic APIs (organization API key). Credentials and redirect URLs are configured via environment variables on the backend and Meta for Developers (for Threads).
The flow matches common OAuth-based social tools: you register apps with each platform, set redirect URIs, and store client IDs and secrets in env—never in client-side code or the repo.
Secrets
Never commit THREADS_APP_SECRET or other provider secrets. Use backend/.env.development.local (or your host’s secret store in production).