I\'m trying to create an Android app that needs to use OAuth to authenticate (with the Google Wave data API)
I\'ve specified a custom scheme in my AndroidManifest.
AndroidManifest.
I had the exact same problem (OAuth) and this is how I fixed it.
I've separated my Main from the class that will act on the URI.
Here's how the AndroidManifest.xml should look like:
[snip] [/snip]
And I was able to open URIs like myscheme//oauth?oauth_verifier=xxx&oauth_token=yyy
myscheme//oauth?oauth_verifier=xxx&oauth_token=yyy