Hi!
I need help.
How i can get linked user's dropbox account info (name/email) in Objective-c by API v2 ?
In v1 i did this by
[self.restClient loadAccountInfo];
in method:
- (void)restClient:(DBRestClient*)client loadedAccountInfo:(DBAccountInfo*)info
Thanks!