How to handle redirect url for java client used in Android app

Deeepak
I am writing an android app using java client. Stuck with the authentication flow.
Need help on how to handle the redirect url for java client in Android app.
Thanks in advance.
  • sujith
    You will have to use Webview for login and pick up the request token from the redirect URL.
    At the server, you need to exchange request token to access token.
Sign In or Register to comment.