Home > SampleOAuth

SampleOAuth

SampleOAuth is a project mainly written in OBJECTIVE-C and C, it's free.

iPad sample application of google OAuth2.0

  • Please create file "SampleOAuth/OAuth2GoogleClient.h".
  • And write your google oauth client id/secret as follow.

-- SampleOAuth/OAuth2GoogleClient.h --

define GOOGLE_OAUTH2_CLIENT_ID @"XXXXX"

define GOOGLE_OAUTH2_CLIENT_SECRET @"YYYYY"