简体   繁体   中英

iOS Parse SDK 1.7.1 & Facebook SDK v4: Are Facebook App invites included in the Parse SDK?

I know the Parse SDK integrates with the FBSDK v4 and so wondered if the Facebook App invites functionality is included in the Parse SDK?

I've installed the latest Parse SDK (1.7.1) using cocoapods, here's what my Podfile looks like:

pod 'Parse', '~> 1.7'
pod 'ParseUI', '~> 1.1'
pod 'ParseFacebookUtilsV4', '~> 1.7'
pod 'ParseCrashReporting', '~> 1.7'

When I add the pod 'FBSDKShareKit', '~> 4.0' I get a duplicate of FBSDKAccessToken.h and .m. Deleting one of these doesn't help either so I assume it was already included in a previously installed pod somewhere?

用主要的Facebook-iOS-SDK吊舱替换ShareKit吊舱解决了该问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM