From my manifest:
data android:scheme=“twitterapp” android:host=“TwitterLogin”
From the TwitterLogin class:
private static final String CALLBACK_URL = “twitterapp://TwitterLogin”;
and then:
mReqToken = mTwitter.getOAuthRequestToken(CALLBACK_URL);
Has something changed? I even have a test app I wrote before I started coding in the main app that does simple log in / tweet and that too hangs at the sign in screen.