getSocialFeed
From LongJump Support Wiki
Revision as of 19:55, 13 December 2011 by imported>Aeric
Get a posted message.
- Syntax
BaseBean<SocialBean> posting = Functions.getSocialFeed(String id);
- Parameters
- Returns
- A SocialBean instance that is appropriate for the type of post. Use Java's instanceof to determine which you have:
- (Use
- Throws
- Exception