Newer Version Available
コメントの投稿
この例では、postCommentToFeedElement(communityId, feedElementId, text) をコールしてフィード要素にプレーンテキストのコメントを投稿します。
1ConnectApi.Comment comment = ConnectApi.ChatterFeeds.postCommentToFeedElement(null, '0D5D0000000KuGh', 'I agree with the proposal.' );