When trying to publish a post containing link information in the message, the post is successfully published, but the API returns an error response.
As a result, the user cannot confirm the error details and cannot determine whether the post was successfully published or not.
Expected Behavior: If the post is successfully published, I expect a success response instead of an error response.
POST /{page-id}/feed
Reference: https://developers.facebook.com/docs/graph-api/reference/v21.0/page/feed#publish
{
"message": "message https://www.example.com",
"link": "https://www.example.com",
"child_attachments": [
{
"link": "https://www.example.com",
"name": "Link title",
"picture": "https://s3-ap-northeast-1.amazonaws.com/post-image/a0e0b694-35db-4225-89ab-6d21e89e3ad8.jpeg",
"description": "Link description",
"call_to_action": {
"type": "NO_BUTTON"
}
}
],
"multi_share_end_card": false
}
"error": {
"code": 1,
"message": "An unknown error occurred"
}
Same issue. https://developers.facebook.com/community/threads/2413964148949352/
https://developers.facebook.com/community/threads/2413964148949352/
https://developers.facebook.com/community/threads/2413964148949352/
We are experiencing the same issue on API v16.