Yes, you can authenticate the dropbox in the app. Dropbox's new API is authenticated internally.
Below is the method when you want to open dropbox.so, just write this method and assign this action to the button, and the rest of the delegate labels can be found at https://www.dropbox.com/developers/start/authentication#ios
-(IBAction)goDropBox { //DBSession* dbSession = [[DBSession sharedSession] unlinkAll]; // if (![[DBSession sharedSession] isLinked]) // { [[DBSession sharedSession] linkFromController:self]; // } }
Happy coding !!!!!!
source share