In FQL:
SELECT post_id, message FROM stream WHERE source_id = <uid> AND actor_id = <uid>
If both source_id and actor_id same, you will only receive user messages on your wall. (See http://developers.facebook.com/docs/reference/fql/stream )
Is this what you are trying to do? What do you still have?
source share