How to get unread articles from the past hour using google reader api

855 views Asked by At

I m able to get 20 unread articles using this http://www.google.com/reader/atom/user/[userid]/state/com.google/reading-list?n=20'

How do I get all unread articles within the past 1hour?

1

There are 1 answers

5
smilbandit On BEST ANSWER

http://www.google.com/reader/atom/user/[userid]/state/com.google/reading-list?n=1000&ot=[current epoch time - 3600]&r=n&xt=user/-/state/com.google/read

&r=n desc order, &r=o asc order