Difference between revisions of "AddSocialFeed"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 4: | Line 4: | ||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
String feed_id = Functions.addSocialFeed(SocialFeedBean sfb); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 20:51, 14 May 2012
Post a message.
- Syntax
String feed_id = Functions.addSocialFeed(SocialFeedBean sfb);
- Parameters
-
- sfb
- A SocialFeedBean containing the message to post.
- Returns
- A string containing the ID of the posted message.
- Throws
- Exception