i've written a batch in nodejs to get the feeds from a particular facebook user-id; the nodejs (version 0.10.33) code uses node module fb version 0.7.0 (https://www.npmjs.com/package/fb) .the batch's request is scheduled every 5 minutes .
the facebook API response usually gives me back many feeds with a few minutes delay between the request's time and the created_at/updated_at feed values .
however sometimes i get some missing feeds that are visible in the user's page on the request's time.
after many requests and many hours i finally get those missing feeds but the strange thing is that their created_at/updated_at fields values are the same as their publishing time.
some idea ?