fixed problem with reply ids
This commit is contained in:
parent
e58d1ef140
commit
4ddfc7d47d
3 changed files with 10 additions and 4 deletions
4
OAuth.m
4
OAuth.m
|
@ -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 {
|
||||
|
|
Reference in a new issue