I want to create a Blackberry Playbook webworks app that links to twitter using an oauth library. How do I create a popup window from within the app using Javascript to display the Twitter authorization page?
It doesn't seem that I can use an iframe, as Twitter's code seems to check if it's running from an iframe, from what I've read.