...
postId
: The unique ID of the post that you want to delete.
Anchor | ||||
---|---|---|---|---|
|
Following is a sample REST request that can be handled by the deletePost
operation.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<facebook.getPost> <postId>{$ctx:postId}</postId> <fields>{$ctx:fields}</fields> </facebook.getPost> |
Properties
fields
: The fields of the post 's fields that you want to read.Info title Note For more information on the
fields
property, see https://developers.facebook.com/docs/graph-api/reference/post
postId
: The post IDID of the post that you want to read.
Sample request
Following is a sample REST request that can be handled by the getPost
operation.
...