What I Have Tried:
I already have registered an app in twitter and got Consumer Key and Secret.Even I got various codes to login with twitter.These
you should be writing callback as this in manifest to your activity
And in the Constant File
final public static String CALLBACK_SCHEME = "x-oauthflow-twitter"; final public static String CALLBACK_URL = CALLBACK_SCHEME + "://callback";