Class Accounts


  • public final class Accounts
    extends java.lang.Object
    • Method Detail

      • ACAccountTypeIdentifierTwitter

        public static java.lang.String ACAccountTypeIdentifierTwitter()
        The identifiers for supported system account types are listed here:
      • ACAccountTypeIdentifierFacebook

        public static java.lang.String ACAccountTypeIdentifierFacebook()
      • ACAccountTypeIdentifierSinaWeibo

        public static java.lang.String ACAccountTypeIdentifierSinaWeibo()
      • ACAccountTypeIdentifierTencentWeibo

        public static java.lang.String ACAccountTypeIdentifierTencentWeibo()
      • ACFacebookAppIdKey

        public static java.lang.String ACFacebookAppIdKey()
        Your Facebook App ID, as it appears on the Facebook website.
      • ACFacebookPermissionsKey

        public static java.lang.String ACFacebookPermissionsKey()
        An array of of the permissions you're requesting.
      • ACFacebookAudienceKey

        public static java.lang.String ACFacebookAudienceKey()
        Only required when posting permissions are requested.
      • ACFacebookAudienceEveryone

        public static java.lang.String ACFacebookAudienceEveryone()
        Posts from your app are visible to everyone.
      • ACFacebookAudienceFriends

        public static java.lang.String ACFacebookAudienceFriends()
        Posts are visible only to friends.
      • ACFacebookAudienceOnlyMe

        public static java.lang.String ACFacebookAudienceOnlyMe()
        Posts are visible to the user only.
      • ACTencentWeiboAppIdKey

        public static java.lang.String ACTencentWeiboAppIdKey()
        Tencent App ID
      • ACAccountStoreDidChangeNotification

        public static java.lang.String ACAccountStoreDidChangeNotification()
        Notification name sent out when the database is changed by an external process, another account store in the same process or by calling saveAccount: or removeAccount: on a store you are managing. You may need to deal with accounts being removed by an external process while you are using them. Note: ensure when you add an observer for this notification, you do so specifying this object specifically. Otherwise, you will receive n notifications, one per active ACAccountStore instance in your process.
      • ACErrorDomain

        public static java.lang.String ACErrorDomain()