From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 20 Apr 2021 17:18:32 +0800
Subject: [PATCH] no message

---
 frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
index 82a9b3d..202bcfc 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h
@@ -165,7 +165,7 @@
 /**
   The graph domain where this access token is valid.
  */
-@property (nonatomic, copy, readonly) NSString *graphDomain;
+@property (nonatomic, copy, readonly) NSString *graphDomain DEPRECATED_MSG_ATTRIBUTE("The graphDomain property will be removed from AccessToken in the next major release. Use the graphDomain property on AuthenticationToken instead.");
 
 /**
  Returns whether the access token is expired by checking its expirationDate property
@@ -241,7 +241,8 @@
                      expirationDate:(nullable NSDate *)expirationDate
                         refreshDate:(nullable NSDate *)refreshDate
            dataAccessExpirationDate:(nullable NSDate *)dataAccessExpirationDate
-                        graphDomain:(nullable NSString *)graphDomain;
+                        graphDomain:(nullable NSString *)graphDomain
+DEPRECATED_MSG_ATTRIBUTE("The graphDomain property will be removed from AccessToken in the next major release. Use initializers that do not take in graphDomain domain instead.");
 
 /**
   Convenience getter to determine if a permission has been granted

--
Gitblit v1.8.0