2011-04-07 4 views

답변

19

당신이 연결 한 후, 당신은 추가 할 수 있습니다

[self.restClient loadAccountInfo]; 

및 대리인 : 당신이 드롭 박스에 연결 한 후

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

감사합니다. –

0

, 당신은 다음과 같은 코드를 시도 할 수 있습니다 :

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