Skip to content

Instantly share code, notes, and snippets.

@fel-cesar
Last active July 1, 2016 16:30
Show Gist options
  • Save fel-cesar/08314b62f7da013cb79365745e90276c to your computer and use it in GitHub Desktop.
Save fel-cesar/08314b62f7da013cb79365745e90276c to your computer and use it in GitHub Desktop.
//This is the set up code for iOS
//By replacing "CRDropbox" in the lines below you can implement whatever Cloud Storage service you want.
//Example:
//[CRBox alloc]
//[CROneDrive alloc], etc...
self.dropbox = [[CRDropbox alloc] initWithClientId:@"dropboxKey"
clientSecret:@"dropboxSecret"
redirectUri:@"https://www.cloudrailauth.com/auth" //example
state:@"CRSTATE"];// anyStateString will do for iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment