From f082c62bb40cad3ee93abd5432777ac0905eb374 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Fri, 27 Sep 2019 11:16:00 +0800 Subject: [PATCH] 3.8.3 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h index c27b80c..2e7716c 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h @@ -18,6 +18,10 @@ #import <Foundation/Foundation.h> +#ifndef DEPRECATED_FOR_MESSENGER +#define DEPRECATED_FOR_MESSENGER DEPRECATED_MSG_ATTRIBUTE("Sharing to Messenger via the SDK is unsupported. https://developers.facebook.com/docs/messenger-platform/changelog/#20190610. Sharing should be performed by the native share sheet.") +#endif + NS_ASSUME_NONNULL_BEGIN #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0 -- Gitblit v1.8.0