I am writing app, that should authorize on twitter. I load to WebView Link to my app's server, which redirects me to twitter authorization page. Before this, user is logged in on my app server with DefaultHttpClient.

If i just writing webView.loadUrl(link); everythig works correctly, but if i'm adding webView.setWebViewClient(new WebViewClient(){}); before loading link - it redirects me to authorization on my app's server.

What should i do to remove this redirection?

link|improve this question

62% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.