I have tried to find a way to find out if a user sent a <yml:share> or <yml:message>, but no matter what I put in those tags I can't make it post or call any of my callback files. Is this broken or am I missing something?
Here is my code...
<yml:message params="message_landing.php">
<input type="hidden" name="image" value="<?php echo $appImagePath; ?>/image<?php echo $image; ?>.jpg" />
<input type="hidden" name="subject" value="Check this out!" />
<input type="hidden" name="body" value="This is the coolest application ever." />
<input type="submit" value="Send This Message!" />
</yml:message>