Search code examples
iphonetwitteroauthmgtwitterengine

how to add twitter timeline to iphone app?


i have already been able to implement twitter status updates using mgtwitter engine and oauth, my problem is getting the users timeline and putting it into a table view. i know i need to get the information through the twitter api and parse it to be put into a table.

i have searched the internet and can not find a clear path to what i want to do, any help would be great. i am not looking for someone to solve the problem, more of a push in the right direction with clear instructions.

thanks in advance for any help provided ;-)

i forgot to say im building an iPhone app, that tutorial doesnt look like it would work :-s


Solution

  • there's a great series for mgtwitterengine by brantontreb:

    Creating A Twitter Client For OSX – Part 1

    Creating A Twitter Client For OSX – Part 2: Displaying Tweets

    Creating A Twitter Client For OSX – Part 3: Publishing Tweets

    this should help you, its really easy.