Hacker News new | ask | show | jobs
by shurcooL 4851 days ago
Thanks!

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.