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.
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.
At the server, you need to exchange request token to access token.