Authenticating With facebook
Hey I was looking into getting my iphone packaged flash app to authenticate with facebook on the iphone. When looking at the fb sdk for iphone I noticed they utilize the custom url stuff that iphone provides.
I got my app to have a custom url following this http://forums.adobe.com/message/3596513 and ran into the same questions. How do I access the url that was woken the application. Specific this functionality
(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
in a native ios app.
If it's not possible then how do you authenticate with facebook ? As far as I can tell the flash facebook sdk is also dependent on the auth token being passed in.
thanks in advance,
To:NY
