How to sort feeds received from Google Reader?

When I ask Google Reader for a subscription list for a user, it seems to be returned in a fixed order, regardless of the order listed on google.com/reader.

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

Each subscription returns the “sort” that Google Reader uses when a user reorders subscriptions, sending back the concatenation of all sorters to a new order after the reordering is completed. However, this sorting never changes.

So my question is this: how do I get an order that should have a subscription? I used the http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI as a link, but there isn’t enough in this section and I haven’t found anything anywhere.

+4
source share

Source: https://habr.com/ru/post/1307560/


All Articles