Reading Tweets (not writing!) in Unity

Is there a convenient way to READ a user’s tweets from within Unity? There are several plugins (like “Let’s Tweet In Unity!” that take care of signing into a user’s twitter account, handling OAuth, and writing new tweets. But I’d just like to read a user’s public twitter feed, say display the 20 most recent tweets from a public account (like the devs behind a game).

Thanks!

Check the twitter API reference.