Skip to content

Instantly share code, notes, and snippets.

@yoni-g
Created May 28, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoni-g/dd1663f050ea99204d41c899abcde276 to your computer and use it in GitHub Desktop.
Save yoni-g/dd1663f050ea99204d41c899abcde276 to your computer and use it in GitHub Desktop.
FeedItem postItem = new FeedItem();
postItem.ParentId = 'SOME_TEST_ID';
postItem.Type = 'TextPost';
postItem.Title = 'Hello World! ';
postItem.Body = 'This is my test';
insert postItem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment