Swift SDK Version
- Represents an immutable access token used to authenticate with Facebook services.See more
Declaration
SwiftpublicstructAccessToken
- Represents an immutable Facebook profile.This class provides a global
current
instance to more easily add social context to your application. When the profile changes, a notification is posted so that you can update relevant parts of your UI and is persisted toNSUserDefaults
.Typically, you will want to callProfile.updatesOnAccessTokenChange = true
, so that it automatically observes changes to theAccessToken.current
.You can use this class to build your ownSee moreProfilePictureView
or in place of typical requests to/me
.Declaration
SwiftpublicstructUserProfile
- Provides access to settings and configuration used by the entire SDK.See more
Declaration
SwiftpublicstructSDKSettings
- Defines logging behavior used by the SDK. To set/enable/disable specific behaviors useSee more
Settings.loggingBehaviors
.Declaration
SwiftpublicenumSDKLoggingBehavior
- Current SDK version.
Declaration
SwiftpublicletSDKVersion:String?