iOS SDK Version
12.2.0
FBSDKShareKit Reference
  • Categories
    • PHAsset(FBSDKShareVideo)
  • Classes
    • FBSDKAppGroupContent
    • FBSDKAppInviteContent
    • FBSDKCameraEffectArguments
    • FBSDKCameraEffectTextures
    • FBSDKGameRequestContent
    • FBSDKGameRequestDialog
    • FBSDKGameRequestURLProvider
    • FBSDKHashtag
    • FBSDKMessageDialog
    • FBSDKSendButton
    • FBSDKShareButton
    • FBSDKShareCameraEffectContent
    • FBSDKShareDialog
    • FBSDKShareLinkContent
    • FBSDKShareMediaContent
    • FBSDKSharePhoto
    • FBSDKSharePhotoContent
    • FBSDKShareVideo
    • FBSDKShareVideoContent
  • Constants
    • FBSDKShareErrorDomain
  • Enumerations
    • FBSDKAppGroupPrivacy
    • FBSDKAppInviteDestination
    • FBSDKGameRequestActionType
    • FBSDKGameRequestFilter
    • FBSDKShareBridgeOptions
    • FBSDKShareDialogMode
    • FBSDKShareError
  • Protocols
    • FBSDKGameRequestDialogDelegate
    • FBSDKShareMedia
    • FBSDKSharing
    • FBSDKSharingButton
    • FBSDKSharingContent
    • FBSDKSharingDelegate
    • FBSDKSharingDialog
    • FBSDKSharingScheme
    • FBSDKSharingValidation
  • Functions
    • NSStringFromFBSDKAppGroupPrivacy
    • NSStringFromFBSDKShareDialogMode
  • Extensions
    • AppGroupPrivacy
    • ShareDialog
    • – Mode

FBSDKSharingScheme

Deprecated
SharingScheme is deprecated and will be removed in the next major release
@protocolFBSDKSharingScheme
A base interface for indicating a custom URL scheme
  • -schemeForMode:
    Deprecated
    SharingScheme is deprecated and will be removed in the next major release
    Asks the receiver to provide a custom scheme.

    Declaration

    Objective-C
    -(nullableNSString*)schemeForMode:(FBSDKShareDialogMode)mode;

    Parameters

    Return Value

    A custom URL scheme to use for the specified mode, or nil.