التعليقات
التعليقات من فيسبوك وإنستجرام بنفس الشكل. تصل لحظيًا عبر Meta Webhooks، ومزامنة دورية تلتقط أي حدث فائت.
GET /api/v1/posts/{postId}/comments?cursor=...&limit=50
GET /api/v1/comments/{commentId}
POST /api/v1/comments/{commentId}/replies { "message": "..." }
POST /api/v1/comments/{commentId}/hide
POST /api/v1/comments/{commentId}/unhide
DELETE /api/v1/comments/{commentId}
{
"id": "0192...", "platform": "instagram", "socialAccountId": "0192...", "postTargetId": "0192...",
"platformCommentId": "1789...", "platformPostId": "1790...", "parentPlatformCommentId": null,
"text": "How much?", "author": { "platformId": "1784...", "name": "customer_name" },
"isFromAccount": false, "isHidden": false, "isDeleted": false, "likeCount": 0,
"createdAt": "2026-09-26T10:15:00Z", "updatedAt": "2026-09-26T10:15:02Z"
}
الرد والإخفاء والحذف عمليات غير متزامنة ترجع operationId. معرف الرد يصل في نتيجة العملية وفي الحدث social.comment.replied.
لا يمكن إخفاء تعليق كتبته الصفحة نفسها (قيد من Meta).