Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. gooleSignIn.clientID = //clientID;
  2. gooleSignIn.shouldFetchGooglePlusUser = YES;
  3. gooleSignIn.shouldFetchGoogleUserEmail = YES;
  4. gooleSignIn.attemptSSO = YES;
  5. gooleSignIn.scopes = @[kGTLAuthScopePlusLogin];
  6. gooleSignIn.delegate = self;
  7.  
  8. [gooleSignIn authenticate];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement