In my application, there is a case where I want to retrieve the content (message) of a particular Facebook post. I am able to get the postid id for that particular post, but I am not able to get the content associated with that id. I could not find any FQL query to get the post message with post_id or a Graph API URL.
I have this URL to get the all posts, ../100005002784039/posts?fields=id,name,message, but I want only a particular message of the post while passing the post id.
How can I achieve this?
Simply make the following query to the API-