iOS SDK Version

FBSDKShareError

enumFBSDKShareError:NSInteger{}
FBSDKShareError Error codes for FBSDKShareErrorDomain.
  • Reserved.

    Declaration

    Objective-C
    FBSDKShareErrorReserved=200
    Swift
    casereserved=200
  • The error code for errors from uploading open graph objects.

    Declaration

    Objective-C
    FBSDKShareErrorOpenGraph
    Swift
    caseopenGraph=201
  • The error code for when a sharing dialog is not available.
    Use the canShare methods to check for this case before calling show.

    Declaration

    Objective-C
    FBSDKShareErrorDialogNotAvailable
    Swift
    casedialogNotAvailable=202
  • @The error code for unknown errors.

    Declaration

    Objective-C
    FBSDKShareErrorUnknown
    Swift
    caseunknown=203