I built an Android application that requires OAuth. All was working well using a custom scheme call back which is intercepted by Android. It seems that Yahoo have changed the goal posts and now the custom scheme is not accepted by Yahoo.
I am now looking at possible alternate approaches. My first attempt is to use a normal http scheme and modify my intent filter to intercept the new URL. I have the following in my AndroidManifest.xml : Where www.test.com will be substituted with a domain that I own. It seems : * This filter is triggered when I click on a link on a page. * It is not triggered on the redirect by Yahoo, the browser opens the website at www.test.com * It is not triggered when I enter the domain name directly in the browser. So can anybody help me with * When exactly this intent-filter will be triggered? * Any changes to the intent-filter or permissions that will widen the filter to apply to redirect requests? * Any other approaches I could use? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

