What steps will reproduce the problem?
Open the auth panel in a separate window:
NSBundle *frameworkBundle = [NSBundle bundleForClass:[GTMOAuth2WindowController class]];
GTMOAuth2WindowController *windowController;
windowController = [[GTMOAuth2WindowController alloc] initWithScope:scope
clientID:googleClientID
clientSecret:googleSecret
keychainItemName:kKeychainItemName
resourceBundle:frameworkBundle];// autorelease];
[windowController signInSheetModalForWindow:nil
delegate:self
finishedSelector:@selector(windowController:finishedWithAuth:error:)];
What is the expected output? What do you see instead?
At the end of the auth process, I always receive:
Error Domain=com.google.GTMOAuth2 Code=-1000 "The operation couldn’t be
completed. (com.google.GTMOAuth2 error -1000.)"
What version of the product are you using? On what operating system?
trunk rev: 690
Mac OS 10.7.1
Please provide any additional information below.
Original issue reported on code.google.com by mirko.vi...@gmail.com on 24 Aug 2011 at 8:05
Original issue reported on code.google.com by
mirko.vi...@gmail.com
on 24 Aug 2011 at 8:05