Manage Comments with API
Hi there,
Postproxy started as a publishing API, and that’s still the core of the product. But in practice, publishing is only one part of the workflow. Once a post goes live, teams still need to deal with everything that happens next: comments, replies, moderation, support questions, escalation paths, and all the small interactions that turn “content distribution” into actual social media operations.
With this release we're expanding beyond publishing and opening up a Comments API for Instagram and Facebook.
With the Comments API, you can:
-
fetch comments for your posts
-
reply to comments programmatically
-
integrate comment handling into your existing systems
The goal is the same as with publishing: give you a clean, predictable interface instead of making you deal with platform-specific quirks directly.
You can explore the API here:
https://postproxy.dev/reference/comments/
And we’ve written a more detailed breakdown of how it works and what it enables here:
https://postproxy.dev/blog/social-media-comments-api-manage-instagram-facebook-comments/
This is just the beginning for comments-related workflows, but it already gives you a solid base for building something more useful than yet another dashboard tab.
Cheers,
Dmitry