Hi,
i get access token in my ios app using dropbox api.
i want to reauthenticate in the same app on other device using these access token.
How can it be done (in Swift code lang) ?
all works in the first device i did the all OAuth process, but not working when I try to reauthorizeClient with the access token from the first device...