socialVote

From LongJump Support Wiki
Revision as of 02:28, 3 December 2011 by imported>Aeric
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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