Hi,
I have a Dropbox app that is being used to authenticate and authorize my web application to access resources on a user's Dropbox account. The authentication is done via OAuth 2.0 and I obtain a refresh token at the end of successful authentication.
Now I am developing an android and an iOS app and they should also be able to access user's dropbox files. I am planning to use Dropbox's Android and iOS SDK for the mobile apps. I am confused as to how can I make sure that user doesn't have reauthorize my mobile apps to grant permission to their Dropbox account if they have already done it for the web application and vice versa. Can the refresh token obtained by web application be used by mobile apps(using the SDK) to get access to resources on user's Dropbox account? Can the mobile apps get the refresh token using the SDK.
Thanks,
Pranava