Well I simply need to find out when the first 'stream' record (wallpost or status update) was made on their wall. So I'm trying SELECT post_id,created_time FROM stream WHERE source_id = <uid> ORDER BY created_time ASC LIMIT 1 but it doesn't give me the first post :(... it gives me my latest one