質問

I can get up to 200 unread items using this:

http://www.google.com/reader/api/0/stream/contents/user/-/state/com.google/reading-list?n=200&xt=user/-/state/com.google/read

But, how can I get the next 200?

(the xt parameter excludes read items)

役に立ちましたか?

解決

You'll need to extract the continuation attribute in the response and then make another request with that value as a c query parameter (see http://code.google.com/p/google-reader-api/wiki/ApiStreamContents for details).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top