Hi Dropbox,
I've been developing an app which leverages v1 REST APIs and for the OAuth flow uses the URL https://www.dropbox.com/1/oauth2/redirect_receiver as the OAuth redirect_uri.
I'm now in the process of upgrading to the v2 API which uses OAuth 2. I've updated all of the OAuth endpoints as specified in the migration guide. However, I can't find any mention of the use of https://www.dropbox.com/1/oauth2/redirect_receiver .
My question is: will the above redirect_receiver page URL hosted on Dropbox continue to function and be supported even for apps using the v2 API and OAuth 2? If not, is there a newer alternative URL that should be used?
Semi-related Stack Overflow post: http://stackoverflow.com/questions/27612461/dropbox-oauth2-authorize-api-is-not-redirecting-as-expected