开发者

Easiest Way to Parse data from twitter with Cocoa

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


Why don't you try the MGTwitterEngine API ? It is a complete integration of Twitter API in Objective-C. It may save you a lot of time.


And if you really want to build you own engine, maybe it's an idea to look at the JSON version of the twitter API. JSON can be easily parsed using, for example, this library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜