i have encounter same bug as show on below bug page.
FQL query on "stream" table using "updated_time" column does no longer returns correct results
SELECT post_id,updated_time, actor_id, target_id, message,comments FROM stream WHERE source_id = " + PageID + " AND updated_time >" + unixfromdate
see below bug URL.
http://developers.facebook.com/bugs/316607451683448?browse=search_4eed342fe60cc52875050191
is there any work around?
Brijesh