fixed problem with in replay ids

This commit is contained in:
Jeena Paradies 2011-01-10 17:01:06 +01:00
parent 57d8c5f9ff
commit 7b4adc0f63
31 changed files with 578 additions and 491 deletions

View file

@ -132,6 +132,8 @@
- (void)updateTweet:(NSString *)tweet inReplaToStatus:(NSString *)statusId {
NSLog(@"%@ %@", tweet, statusId);
NSURL *url = [NSURL URLWithString:@"http://api.twitter.com/1/statuses/update.json"];
OAMutableURLRequest *request = [[OAMutableURLRequest alloc] initWithURL:url
consumer:consumer