0

Callback/post after sending invites not working?

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?

by
3 Replies
  • QUOTE (HenryS @ Nov 20 2008, 12:03 PM) <{POST_SNAPBACK}>
    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>
    0
  • QUOTE (HenryS @ Nov 20 2008, 12:39 PM) <{POST_SNAPBACK}>
    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>


    Is this a known issue, or is this working for other developers?
    0
  • QUOTE (HenryS @ Nov 21 2008, 10:08 AM) <{POST_SNAPBACK}>
    Is this a known issue, or is this working for other developers?


    This remains my biggest issue, how does this work? When I put in my file as the params, it does not take me there after sending the message and it does not seem to call the file. How do I see who sent messages or shares and who they sent those messages and shares to?
    0

Recent Posts

in YAP