Search code examples
androidwebviewdialogandroid-webviewtwitter4j

Twitter4j Android Dialog WebView


How to implement twitter4j authentication in webview inside a dialog ? Including listener to it so we could handle when our user cancel the authentication (pressing back button) or failed to authenticate etc..

P.S: I've search for any complete implementation for authenticating and updating status via twitter4j using a webview here . But the tutorial doesn't provide complete code to implement it.

So the authentication process would appear like this one

Would you give a Complete Example ? i am newbie here.


Solution

  • I also meet the sampe problem. see this post and this git it might help you.