Why doesn’t work ?
$post_content = sanitize_title($_POST['post_title']);
$generatedtags = $utw->generateKeywords($post_content);
$tags = $wpdb->escape($generatedtags);
$tags = explode(',',$tags);
$utw->SaveTags($postID, $tags);
this script works with the action publish_post but not with xmlrpc_publish_post