I try to use FQL to return all message on my social stream using this statement:
SELECT created_time, message FROM stream WHERE source_id = [USER'S FB ID] limit 10000
It traces all the way back to the very 1st post on my wall but some how some of the posts in the middle are missing (compare with what I can retrieve by clicking the 'Older post..' link on the bottom of my profile page ) and it doesn't seem to have a particular pattern. Any idea?