I am using the iOS SDK with objC (v1). Is there a way to programmatically login to a dropbox account from my app without having the DB UI prompt for user/password pop up? We want to use our DB (the developer's) rather than the DB of the user of our app.
Basically rather than call linkfromcontroller we want to run it from within our app.
Thanks in advance!