Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • postId: The unique ID of the post that you want to delete.

Anchor
request
request
Sample request

Following is a sample REST request that can be handled by the deletePost operation.

...

Code Block
languagehtml/xml
titlegetPost
<facebook.getPost>
	<postId>{$ctx:postId}</postId>
    <fields>{$ctx:fields}</fields>
</facebook.getPost>

 Properties


  • 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.

...