Commit 8855040e by suolong

修改bug

parent c0140de4
...@@ -145,8 +145,8 @@ import FBSDKLoginKit ...@@ -145,8 +145,8 @@ import FBSDKLoginKit
self.shareFailureHandle = failure self.shareFailureHandle = failure
let vc = controller ?? UIViewController.fus_top() let vc = controller ?? UIViewController.fus_top()
Settings.shared.appID = FUSConfig.sharedInstanced().sdkConfigs.facebookLoginKey Settings.shared.appID = FUSConfig.sharedInstanced().sdkConfigs.facebookShareKey
Settings.shared.clientToken = FUSConfig.sharedInstanced().sdkConfigs.facebookLoginSecret Settings.shared.clientToken = FUSConfig.sharedInstanced().sdkConfigs.facebookShareSecret
if type == .imageWithText, if type == .imageWithText,
let imageUrl = imageUrl, let imageUrl = imageUrl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment