I'm letting Facebook users post a link to their feed in exchange for something. For simplicity, I'd like to use the 'Direct URL' method of initializing a feed dialog
(see "Direct URL Example" @ http://developers.facebook.com/docs/reference/dialogs/feed/)
which I understand returns a post_id upon success. My question is: *is there anyway to check the validity of this post_id?*
Can I then query the Facebook API for confirmation of this post_id? Couldn't anybody just hit my callback_uri with the post_id parameter set and make it look like they successfully posted to their feed?