Open GoogleCodeExporter opened 8 years ago
hi i was having the same problem. but after looking your comment i tried and
succeeded. i modified your code a little bit. its--
NSString *urlString =
[NSString
stringWithFormat:@"%@?oauth_token=%@"'kConsumerAuthorizeURL,requestToken.key];
NSURL *url = [NSURL URLWithString:urlString];
[[NSWorkspace sharedWorkspace] openURL:url];
it is working fine.
thanks
Original comment by ballia.1...@gmail.com
on 18 Jun 2012 at 12:44
Original issue reported on code.google.com by
hamfil...@gmail.com
on 15 Nov 2009 at 4:06