Unable to get secret client id with console.developers.google.com for iOS. It does not provide a client identifier.
Any suggestion for
[_googleOAuth authorizeUserWithClienID:@"clientid"
andClientSecret:@"secretid"
andParentView:self.view
andScopes:[NSArray
arrayWithObject:@"https://www.googleapis.com/auth/calendar"]];
source
share