In my app, there can be multiple users, and each user can link to their own dropbox account. Previously, I used
setSharedSession:
But now that there is no DBSession object, how can I let user register different dropbox. Everytime, one user is linking his dropbox, the previous one is getting replaced.
I am having real trouble with the new dropbox SDK (V2). How can I go about doing this?