That beats my first naive attempt, which was an API call (/statuses/user_timeline/<id>.json?count=1) per user.
Hmm, I just noticed there was also (now deprecated) GET statuses/friends which did what I want. It is deprecated in favour of your suggestion.
That beats my first naive attempt, which was an API call (/statuses/user_timeline/<id>.json?count=1) per user.
Hmm, I just noticed there was also (now deprecated) GET statuses/friends which did what I want. It is deprecated in favour of your suggestion.