Oauth2 redirect_uri
I am trying to implement oauth2 authentication. I have started with the salesforce plugin and then I'm using it to log into dropbox api. For the redirect_uri callback from dropbox I have to use the appery URL: http://appery.io/app/view/0c17c2c9-94... and have it set to public.
This works but is forever dependant on appery.io and having my app set to public in this way. I don't want this, is there another way?
Looking at Oauth2 documentation on mobile app flow, it seems the way to do this is by using a custom uri protocol (iOS) or URL matching patterns which will launch the native app (android).
Is this possible to do with an appery app?