Easiest Way to Parse data from twitter with Cocoa
Posted
by happyCoding25
on Stack Overflow
See other posts from Stack Overflow
or by happyCoding25
Published on 2010-04-25T21:01:45Z
Indexed on
2010/04/25
21:13 UTC
Read the original article
Hit count: 268
Hello,
I've followed the tutorial from here: Twitter Client Tutorial to make a little twitter app. Now I need to find out how to parse the XML twitter gives you when you make a request. I've looked at tons of tutorials on phrasing xml on the iPhone but none have made much sense because Im still new to cocoa. Twitter stores the text of the tweet in something like this <text> Some tweet here </text>
. From reading the tutorials I think this would involve nsxmlparser
but I'm not sure. If anyone could share some code that could parse the <text> Some tweet here </text>
things into an array that would be really great.
Thanks in advance
© Stack Overflow or respective owner