Index: wp-app.php
===================================================================
--- wp-app.php	(revision 10336)
+++ wp-app.php	(working copy)
@@ -475,6 +475,8 @@
 		// this could affect our ability to send back the right headers
 		@wp_set_post_categories($postID, $post_category);
 
+		do_action('app_create_post', $postID, $entry);
+
 		$output = $this->get_entry($postID);
 
 		log_app('function',"create_post($postID)");
@@ -549,6 +551,8 @@
 
 		$result = wp_update_post($postdata);
 
+		do_action('app_put_post', $ID, $parsed);
+
 		if (!$result) {
 			$this->internal_error(__('For some strange yet very annoying reason, this post could not be edited.'));
 		}
