I’m using the Social Plugin and would like to reward the player if they post to FB or Twitter.
What do I need to be looking for in the listener function?
I would like to reward them if they post or do something else if they didn’t post.
All I see in the sample code is this:
function listener:popup( event )
print( “name(” … event.name … “) type(” … event.type … “) action(” … tostring(event.action) … “) limitReached(” … tostring(event.limitReached) … “)” )
end
Is there a true or false value in there somewhere to check?
Thanks!