I might be missing something, however I'm trying to get the feed for a friendlist object.
I'm currently grabbing the members of the friendlist object and appending them together in a json format.
[id,id,id]
I'm then using those source ids and sending them as args to the REST api's stream.get
This is returning me results however I can't help but feel I've over looked something.
Conclusion: Dont do this, just don't do it, it's slow. Example a user w/ 300 users it will take forever to return.