fixed problem with in replay ids
This commit is contained in:
parent
57d8c5f9ff
commit
7b4adc0f63
31 changed files with 578 additions and 491 deletions
2
OAuth.m
2
OAuth.m
|
@ -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
|
||||
|
|
Reference in a new issue