I have a website using Janrain for the Log-In and I also have a desktop application (Adobe Air) that require login with the website, but I can't get it work.
My idea was to use mx:HTML container and navigate to the Janrain login system so the user can log-in, set a Token in the session and retrieve that token for further communications.
<mx:HTML x="369" y="189" location="http://www.mysite.com/auth/clientLogin.php"
verticalScrollPolicy="on" horizontalScrollPolicy="on" width="341" height="162"/>
I can see the Janrain provider selector with my providers but when I click on "Facebook" for example, it give me errors:
TypeError: Result of expression 'aF.window' [undefined] is not an object.
at https://s3.amazonaws.com/static.rpxnow.com/js/lib/rpx.js : 1
Any Idea on how I can use my Janrain Engage log-in system in Adobe Air + Flex?