Skip to content

Instantly share code, notes, and snippets.

@iaserrat
Created June 19, 2014 16:18
Show Gist options
  • Save iaserrat/132c4f8f2da32d2b6aad to your computer and use it in GitHub Desktop.
Save iaserrat/132c4f8f2da32d2b6aad to your computer and use it in GitHub Desktop.
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
.
.
.
func application(application: UIApplication, openURL url: NSURL, sourceApplication: NSString?, annotation: AnyObject) -> Bool {
var wasHandled:Bool = FBAppCall.handleOpenURL(url, sourceApplication: sourceApplication)
return wasHandled
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment