I'm developing android app, using the Dropbox API on Android. The API has a link activity to link an account with the app.
I have the app key and app secret and the Dropbox account and the password, and I need to put this info in the code programmatically.
What I don't want is this login/link activity, assuming I have a Dropbox account and password and I want to link/authenticate programmatically with this particular account without demanding the user to link or login or input any account or password.
Can I do that?