I am currently using UIWebView for authentication using the Facebook API, as described here . However, this actually does not allow you to interact with the application, for example. showing a download dialog or error message. I tried to intercept webViewDidFinishLoad whenever I get a response from Facebook and show a UIAlertView with an error message when something goes wrong. The problem is that Facebook has already changed one of its URLs, so my string comparisons didn't work anymore.
Iโm not going to invest any more time at this time because the Android SDK was already announced during Google I / O (will be released soon) and it is rumored that the iPhone SDK will be released during WWDC.
source share