I am trying to integrate dropbox inside my application. If I use standard dropbox apis, for login it gets redirected to browser or dropbox app. I do want to navigate away from my app, so for oAuth 2.0 authentication for dropbox, I want to use webview.
Dropbox mentins that it is possible using "Implicit Grant"
https://www.dropbox.com/developers/blog/45/using-oauth-20-with-the-core-api
But I am not able not able to implement this "Implicit Grant". I am not sure what to put in the "REDIRECT URL" part of the URL I am forming.
Can someone help me with this?