Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
  2. return [[FBSDKApplicationDelegate sharedInstance] application:app
  3. openURL:url
  4. sourceApplication:options[UIApplicationOpenURLOptionsSourceApplicationKey]
  5. annotation:options[UIApplicationOpenURLOptionsAnnotationKey]
  6. ];
  7. return YES;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement