iOS SDK Version

FBSDKFriendFinderDialog

  @interface 
 FBSDKFriendFinderDialog 
 : 
 NSObject 
 - 
 ( 
 instancetype 
 _Nonnull 
 ) 
 init 
 NS_SWIFT_UNAVAILABLE 
 ( 
 "Should not create instances of this class" 
 ); 
 /** Opens the Friend Finder dialog inside the Facebook app if it's installed, otherwise mobile web will be opened. @param completionHandler a callback that is fired once the user returns to the caller app or an error ocurrs */ 
 + 
 ( 
 void 
 ) 
 launchFriendFinderDialogWithCompletionHandler 
 :( 
  FBSDKGamingServiceCompletionHandler 
 
 _Nonnull 
 ) 
 completionHandler 
 ; 
 @end 
 
Undocumented
  • Undocumented

    Declaration

    Objective-C
      - 
     ( 
     instancetype 
     _Nonnull 
     ) 
     init 
     NS_SWIFT_UNAVAILABLE 
     ( 
     "Should not create instances of this class" 
     ); 
     
    
  • Opens the Friend Finder dialog inside the Facebook app if it’s installed, otherwise mobile web will be opened.

    Declaration

    Objective-C
      + 
     ( 
     void 
     ) 
     launchFriendFinderDialogWithCompletionHandler 
     : 
     ( 
      FBSDKGamingServiceCompletionHandler 
     
     _Nonnull 
     ) 
     completionHandler 
     ; 
     
    
    Swift
      class 
     func 
     launch 
     ( 
     completionHandler 
     : 
     @escaping 
     GamingServiceCompletionHandler 
     ) 
     
    

    Parameters