Hi All, 

I've been working on getting my web app to authenticate with Twitter using 
OAuth. I've been able to use systemXHR to retrieve temporary tokens and have 
also been able to open a new webpage in my app that shows twitter's login page.

Now, after the user signs in, twitter wants to redirect that page to a callback 
url.

1. How do I make that callback url show my app?
2. How do I, within my app, retrieve the authentication token (which is a 
parameter that twitter appends to the callbackURL)

On iOS, apps can register with a custom URL scheme that will launch them. Is 
there a similar facility on FirefoxOS. How do I intercept that url? 
Additionally, what exactly does the "origin" parameter in the manifest.webapp 
file enable? 

Any thoughts you have would be much appreciated. I'm very close to finishing 
and will gladly publish the source once it works.

Thank you,

_ michael

---
Michael Bishop
Hitpoint Studios
http://www.hitpointstudios.com

_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to