Rdio v2.1.6 on Android 2.3.6
My applications calls sends a "com.rdio.android.ui.AUTHORISE_THIRD_PARTY_APP" with my apps key and secret as extras "extra.appkey" and "extra.appsecret" , respectively. I call startActivityForResult with request code value of 100. Upon a successful response, I get a success response code back, but the aforementioned extra keys contain no data when they should contain the token key and token secret. Any thoughts?
Cheers,
Jeff