0
[_engine getFollowersIncludingCurrentStatus:NO];
を私が取得信者が
[_engine getFollowersIncludingCurrentStatus:NO];
を私が取得信者が
は表示されませmは使用方法[_engine getFollowersIncludingCurrentStatus:YES];
コンソールでリストを取得するSOAuthEngineメソッドを呼び出す
- (void)userInfoReceived:(NSArray *)userInfo forRequest:(NSString *)connectionIdentifier {
NSLog(@"User Info Received: %@", userInfo);
followers = [[NSMutableArray alloc]init];
for (NSDictionary *u in userInfo) {
Tweet *tweet = [[Tweet alloc]initWithTweetDictionary:u];
[followers addObject:tweet];
[tweet release];
}
[self.tableView reloadData];
}
さえずる
- (NSString *)tweet {
return [tweets objectForKey:@"text"];
}
等辞書と方法を持つモデルクラスであります