|
|
|
Forum Member
Group: Forum Members
Last Login: 12/12/2007 4:34:56 AM
Posts: 5,
Visits: 6
|
|
| I want to get latest updates for a specific user, based on the feeds he is subscribed too, the API allows to get latest updates for a specific feed what I want is to get the last 10 updates to all the contents the user is subscribed too. Any suggestion as to how to go about it?
|
|
|
|
|
NewsGator
Group: Administrators
Last Login: Yesterday @ 2:17:59 PM
Posts: 527,
Visits: 710
|
|
There's no real easy way to do that right now. You can call GetUpdates with the last sync token which will return you a list of feed ID's that have new content. Then you'll need to call GetNews or Feeds.aspx/[feedId] to retrieve each feed individually.
I like the idea though of having a call that just returns an RSS feed of all of your new items no matter what feed they're in... so I added a feature request for it :-)
Nick Harris
NewsGator Technologies
|
|
|
|
|
Forum Member
Group: Forum Members
Last Login: 2/4/2008 8:46:29 AM
Posts: 22,
Visits: 862
|
|
|
|
|