Hello,
I am trying to load a timeline of tweets to a UITableView, in Swift. I can currently do this, but I can only load tweets by their individual IDs. I would like to be able to grab the 20 most recent posts from a user. Using loadUserWithID( ), I can successfully load a user, but I don’t know how to access their tweets. Any help with this would be awesome.
Thanks