MGTwitterEngineをダウンロードしてiPhoneプロジェクトに追加しました。それはNSLogにダンプすることで私が知ることができる彫像を接続しています。しかし、私はどのように私はテーブルにそれらを追加することができますコールを解析する必要がどのように把握することはできません。彼らは、NSStringのとして返され、次のようになりされています。誰もが自分のプロジェクトでそれを使用する方法を私に伝えることができ、これを使用しMGTwitterEngineとiPhone
{
"created_at" = 2009-07-25 15:28:41 -0500;
favorited = 0;
id = 65;
source = "<a href=\"http://twitter.com/\">Twitter</a>";
"source_api_request_type" = 0;
text = "The wolf shirt strikes again!! #sdcc :P http://twitpic.com/blz4b";
truncated = 0;
user = {
"created_at" = "Sat Jul 25 20:34:33 +0000 2009";
description = "Host of Tekzilla on Revision3 and Qore on PSN. Also, a geek.";
"favourites_count" = 0;
"followers_count" = 0;
following = false;
"friends_count" = 0;
id = 5;
location = "San Francisco";
name = "Veronica Belmont";
notifications = false;
"profile_background_tile" = false;
"profile_image_url" = "http://blabnow.com/avatar/Twitter_10350_new_twitter_normal.jpg";
protected = 0;
"screen_name" = Veronica;
"statuses_count" = 2;
"time_zone" = UTC;
url = "http://www.veronicabelmont.com";
"utc_offset" = 0;
};
誰を?
おかげ
これは標準のJSONです。 これは、Cocoa/Cocoa Touch用のJSONパーサです。http://code.google.com/p/json-framework/ – Hunter