fixed problem with reply ids

This commit is contained in:
Jeena Paradies 2010-05-03 09:41:59 +02:00
parent e58d1ef140
commit 4ddfc7d47d
3 changed files with 10 additions and 4 deletions

View file

@ -138,8 +138,8 @@
//[self requestAccessTokenWithPIN:self];
//[twitterPINPanel makeKeyAndOrderFront:self];
//NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?oauth_token=%@", OAUTH_USER_AUTHORIZATION_URL, requestToken.key]];
//s[[NSWorkspace sharedWorkspace] openURL:url];
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?oauth_token=%@", OAUTH_USER_AUTHORIZATION_URL, requestToken.key]];
[[NSWorkspace sharedWorkspace] openURL:url];
}
- (void)updateTweet:(NSString *)tweet inReplaToStatus:(NSString *)statusId {