How can I get the post details from a PostId.
I have noticed that the Faceboook graph API documentation, Facebook Graph API
Find the post details by using the below path, Post /{post-id}
It gets an error,
{
"error": {
"message": "Unknown path components: /{post-id}",
"type": "OAuthException",
"code": 2500,
"fbtrace_id": "AcvdFFnlb1S"
}
}