today i managed to incorporate a users timeline into my iphone app, unfortunately all i can see is the status' of other users without any screen name identification.
anyone know how to display the username as a title to a cell in a UITableView? i.e how to call the information from twitter to put in there
thanks in advance
mike
Use the GET statuses/friends_timeline
API call as described by the official Twitter API documentation.