Documentation Archive Developer
Search

Accounts Changes

Accounts (Added)

Added ACAccount
Added ACAccount.accountDescription
Added ACAccount.accountType
Added ACAccount.init(accountType: ACAccountType!)
Added ACAccount.credential
Added ACAccount.identifier
Added ACAccount.username
Added ACAccountCredential
Added ACAccountCredential.init(OAuth2Token: String!, refreshToken: String!, expiryDate: NSDate!)
Added ACAccountCredential.init(OAuthToken: String!, tokenSecret: String!)
Added ACAccountCredential.oauthToken
Added ACAccountCredentialRenewResult [enum]
Added ACAccountCredentialRenewResult.Failed
Added ACAccountCredentialRenewResult.Rejected
Added ACAccountCredentialRenewResult.Renewed
Added ACAccountStore
Added ACAccountStore.accountTypeWithAccountTypeIdentifier(String!) -> ACAccountType!
Added ACAccountStore.accountWithIdentifier(String!) -> ACAccount!
Added ACAccountStore.accounts
Added ACAccountStore.accountsWithAccountType(ACAccountType!) -> [AnyObject]!
Added ACAccountStore.removeAccount(ACAccount!, withCompletionHandler: ACAccountStoreRemoveCompletionHandler!)
Added ACAccountStore.renewCredentialsForAccount(ACAccount!, completion: ACAccountStoreCredentialRenewalHandler!)
Added ACAccountStore.requestAccessToAccountsWithType(ACAccountType!, options:[NSObject: AnyObject]!, completion: ACAccountStoreRequestAccessCompletionHandler!)
Added ACAccountStore.saveAccount(ACAccount!, withCompletionHandler: ACAccountStoreSaveCompletionHandler!)
Added ACAccountType
Added ACAccountType.accessGranted
Added ACAccountType.accountTypeDescription
Added ACAccountType.identifier
Added ACErrorCode [struct]
Added ACErrorCode.init(_: UInt32)
Added ACErrorCode.value
Added ACAccountStoreCredentialRenewalHandler
Added ACAccountStoreDidChangeNotification
Added ACAccountStoreRemoveCompletionHandler
Added ACAccountStoreRequestAccessCompletionHandler
Added ACAccountStoreSaveCompletionHandler
Added ACAccountTypeIdentifierFacebook
Added ACAccountTypeIdentifierLinkedIn
Added ACAccountTypeIdentifierSinaWeibo
Added ACAccountTypeIdentifierTencentWeibo
Added ACAccountTypeIdentifierTwitter
Added ACErrorAccessDeniedByProtectionPolicy
Added ACErrorAccessInfoInvalid
Added ACErrorAccountAlreadyExists
Added ACErrorAccountAuthenticationFailed
Added ACErrorAccountMissingRequiredProperty
Added ACErrorAccountNotFound
Added ACErrorAccountTypeInvalid
Added ACErrorClientPermissionDenied
Added ACErrorCredentialNotFound
Added ACErrorDomain
Added ACErrorFetchCredentialFailed
Added ACErrorInvalidClientBundleID
Added ACErrorPermissionDenied
Added ACErrorRemoveCredentialFailed
Added ACErrorStoreCredentialFailed
Added ACErrorUnknown
Added ACErrorUpdatingNonexistentAccount
Added ACFacebookAppIdKey
Added ACFacebookAudienceEveryone
Added ACFacebookAudienceFriends
Added ACFacebookAudienceKey
Added ACFacebookAudienceOnlyMe
Added ACFacebookPermissionsKey
Added ACLinkedInAppIdKey
Added ACLinkedInPermissionsKey
Added ACTencentWeiboAppIdKey