SocialUnfollow
From LongJump Support Wiki
Revision as of 01:12, 3 December 2011 by imported>Aeric
Unfollow a resource.
- Syntax
Result result = Functions.socialUnFollow(BaseBean<SocialBean> sb);
- Parameters
-
- BaseBean<SocialBean>
- An instance of a SocialBean subclass:
- Returns
- Result object
--or--
- An integer containing ...
- A string containing ...
- Throws
- Exception
- Example
- This example ....
...