Swift SDK Version
v0.3.1
Swift SDK
  • Common
    • AccessToken
    • UserProfile
    • – FetchResult
    • – PictureView
    • – PictureAspectRatio
    • SDKSettings
    • SDKLoggingBehavior
    • SDKVersion
  • App Events
    • AppEvent
    • AppEventName
    • AppEventParameterName
    • AppEventsLogger
    • – FlushBehavior
    • AppEventLoggable
    • AppEventParameterValueType
  • Facebook Permissions
    • Permission
    • ReadPermission
    • PublishPermission
  • Graph API
    • GraphRequest
    • GraphRequestProtocol
    • GraphRequestResult
    • GraphRequestHTTPMethod
    • GraphResponse
    • GraphResponseProtocol
    • GraphRequestConnection
    • GraphRequestDataAttachment
  • Other Classes
    • SDKApplicationDelegate
  • Other Extensions
    • FloatLiteralType
    • IntegerLiteralType
    • NSNumber
    • String
  • Other Structures
    • GraphAPIVersion

Facebook Permissions

  • Permission
    Represents a Graph API permission. Each permission has its own set of requirements and suggested use cases. See a full list at https://developers.facebook.com/docs/facebook-login/permissions
    See more

    Declaration

    Swift
    publicstructPermission
    Show on GitHub
  • ReadPermission
    Enum that represents a Graph API read permission. Each permission has its own set of requirements and suggested use cases. See a full list at https://developers.facebook.com/docs/facebook-login/permissions
    See more

    Declaration

    Swift
    publicenumReadPermission
    Show on GitHub
  • PublishPermission
    Enum that represents a Graph API publish permission. Each permission has its own set of requirements and suggested use cases. See a full list at https://developers.facebook.com/docs/facebook-login/permissions
    See more

    Declaration

    Swift
    publicenumPublishPermission
    Show on GitHub