【发布时间】:2011-06-30 08:25:25
【问题描述】:
id = *********;
"in_reply_to_screen_name"=stackoverflow
您可以在上面看到我从 twitter api 收到的两个信息示例。我需要知道如何获取值 id。
获取“in_reply_to_screen_name”我使用
-(NSString*)profileName {
return [contents objectForKey:@"in_reply_to_screen_name"];
}
我将如何为 id 执行此操作?唯一的区别是 profileName 在 " " 里面没有 id
任何帮助将不胜感激
【问题讨论】:
标签: iphone xml xcode api twitter