I'm switching my application which previously used sharpbox (v1 api) to the new .net v2 api.
My app in the developers console of dropbox has no redirect uri set since v1 did not need it.
1) Is it true that in order to use v2 I need to use oauth2 and use a redirect uri. 2) What happens if I add a redirect uri to my existing app in the dev console. Will everyone using my app with the v1 code stop working? So what I'm asking is, does specifying that redirect uri create any changes to people who are using the old version of my app. Will it cease to function?
3) When I push out the new version using v2, I have no problems with forcing my users to re-authenticate to get new authorization tokens. Etc. Is that all that will be involved?