2011-04-07 63 views

回答

19

在你的代碼已經連接之後,你可以添加:

[self.restClient loadAccountInfo]; 

和委託:

- (void)restClient:(DBRestClient*)client loadedAccountInfo:(DBAccountInfo*)info { 
    NSLog(@"UserID: %@ %@", [info displayName], [info userId]); 
} 
+0

非常感謝你。 – 2011-04-11 05:47:34

0

鏈接到您的Dropbox後,你可以試試下面的代碼:

NSString* dropbox_id=[[DBSession sharedSession].userIds objectAtIndex:0];