I am working on an Android application which is to serve as a simple
Twitter client. I am using OAuth for authorization and have
registered
my application with Twitter as new OAuth client.
Now when the user authorizes the application, I expect to be taken to
the Callback URL(which is pointing to my application); but this is
not
happening.

My Problem along with source code is described in detail here:
http://stackoverflow.com/questions/2199357/oauth-twitter-on-android-callback-fails)


The following intent is launched post authorization:
Intent {
act=android.intent.action.VIEW dat=http://twitter.com/oauth/
authorize?
oauth_token=XXACTUAL_TOKEN_HEREXX8&oauth_callback=myapp:///tweet
cmp=com.android.browser/.BrowserActivity }


Some how, the hypothetical URL, I provided while registering my
application, gets called.


Please let me know if I am missing something here...


Thanks.


Reply via email to