how to set parameters of twitterapi to display tweets in uitableview
问题 i want to get the tweets and show in tableview using twitterapi. i implemented all the methods of twitter framework which are shown below . But i am not able to set the parameters. - (void)viewDidLoad { NSURL *url = [NSURL URLWithString:@"https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=twitterapi&count=2"]; NSMutableDictionary *parameters = [[NSMutableDictionary alloc] init]; [parameters setObject:@"6253282" forKey:@"user_id"];