stackxyz / stackeye

StackEye is a chrome extension which lets user watch questions on stackoverflow and other stackexchange sites.StackEye notifies the user about any new comment/answer on watched questions.
84 stars 27 forks source link

timeline api not fetching comments when used with fromdate #11

Open sachinjain024 opened 10 years ago

sachinjain024 commented 10 years ago

Check these URLs Request1 and Request2

Difference between 1 and 2 is the fromdate value. In case of 1, we have a comment with creation_date 1384705710 which is greater than fromdate value in URL1 still we don't have this entry in reponse of request of URL1.

StackApps Question Link

Install JSONView chrome extenstion to view json response neatly in your browser.

sachinjain024 commented 10 years ago

Right now, we are not using this timeline API. Ideally we should have used this but this bug is preventing us from using this api.