Talk:Feed forms
From Facebook Developers Wiki
<input type="submit" value="Publish" />
Will result in an error. Use instead:
<input type="submit" value="This Doesn't Show" label="Publish" />
When using feed forms how can I tell if the user canceled the action or sent it? If the user clicks to post or cancel it goes to the "next" page but does not tell me if they sent it or not. Is this a bug?
