Difference between revisions of "AddSocialFeed"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
(One intermediate revision by the same user not shown) | |||
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> | ||
;Parameters: | ;Parameters: | ||
:; | :;sfb: A [{{DOCHOST}}/javadocs/com/platform/beans/SocialFeedBean.html <tt>SocialFeedBean</tt>] containing the message to post. | ||
;Returns: | ;Returns: | ||
Line 19: | Line 15: | ||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
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