Difference between revisions of "SocialUnfollow"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 27: | Line 27: | ||
... | ... | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 01:38, 3 December 2011
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 ....
...