开发者

How do I sort feeds returned from Google Reader?

开发者 https://www.devze.com 2022-12-28 04:15 出处:网络
When I query Google Reader for the list of subscriptions for a user, it seems to be returned in a fixed order, no matter what the order is as shown at google.com/reader.

When I query Google Reader for the list of subscriptions for a user, it seems to be returned in a fixed order, no matter what the order is as shown at google.com/reader.

(see http://www.google.com/reader/api/0/subscription/list for the list I'm talking about)

Each subscription returns a 'sortid', which Google Reader uses when the user rearranges subscriptions, by sending back a concatenation of all sortids in the ne开发者_JS百科w order after rearranging is finished. However, that sortid never changes.

So my question is this: How do I actually get the order the subscriptions are supposed to be in? I've been using http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI as a reference, but it is lacking in this department, and I haven't found anything anywhere else either.


I've found the answer:

http://www.google.com/reader/api/0/preference/stream/list

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号