android - Oauth 2.0 Authentication within application console(not in browser) is possible or not -
in android app need authentication through oauth 2.0 dropbox api. done through browser only(redirected browser , authenticate) . possible make authentication login page in application .
you have redirect user dropbox login page , user must allow application access dropbox in behalf, can have oauth token.by default, dropbox api takes browser during authentication, may implement webview within application , redirect user within application itself.
Comments
Post a Comment