Facebook: List Comments
投稿/動画オブジェクトのコメントをDataTable(commentId, author, text, likeCount)で一覧表示します。
ソーシャルメディアFacebookListComments
概要
投稿/動画オブジェクトのコメントをDataTable(commentId, author, text, likeCount)で一覧表示します。
List comments on a post/video object as a DataTable (commentId, author, text, likeCount).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | Name of the connection created by 'Connect Facebook'. | |
| Object id (post/video) | string | 必須 | 変数に対応 | |
| Max comments | number | 任意 | 100 | |
| Store DataTable in | variable | 必須 | comments |