Difference between revisions of "SocialVote"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 10: | Line 10: | ||
:;id:The ID of the posted message you're voting on. | :;id:The ID of the posted message you're voting on. | ||
:;action:A string containing the voting action: | :;action:A string containing the voting action: | ||
::* "like" | :::* "like" | ||
;Throws: | ;Throws: | ||
:Exception | :Exception |
Latest revision as of 02:28, 3 December 2011
Vote on a post ("like").
- Syntax
void Functions.socialVote(String id, String action);
- Parameters
-
- id
- The ID of the posted message you're voting on.
- action
- A string containing the voting action:
- "like"
- Throws
- Exception