I have integrated Twitter
in android application using twitter4j library and it works fine with posting on Twitter
.
I handle it well when user signs in and then flow comes back to application. I continue with status update in this case.
But the problem occurs when user clicks cancel
button instead of sign in
. How do I know that user clicked cancel
button?