Search code examples
iosfacebookxcode4integration

IOS, Facebook keeps opening in webview instead of Safari


I am integrating Facebook to my iOS application and have followed all the steps from this link. But when I try to login the user, it keeps opening up the sign in page in a UIWebView instead of opening in Safari which in turn doesn't work.

Am I missing something here?

> Turns out my Application was being built on 6.0. It got fixed once I started running it on 4.3.


Solution

  • Turns out my Application was being built on 6.0. It got fixed once I started running it on 4.3.