parse.com - iOS Parse SDK 1.7.1 & Facebook SDK v4: Are Facebook App invites included in the Parse SDK? -


i know parse sdk integrates fbsdk v4 , wondered if facebook app invites functionality included in parse sdk?

i've installed latest parse sdk (1.7.1) using cocoapods, here's podfile looks like:

pod 'parse', '~> 1.7' pod 'parseui', '~> 1.1' pod 'parsefacebookutilsv4', '~> 1.7' pod 'parsecrashreporting', '~> 1.7' 

when add pod 'fbsdksharekit', '~> 4.0' duplicate of fbsdkaccesstoken.h , .m. deleting 1 of these doesn't either assume included in installed pod somewhere?

replacing sharekit pod main facebook-ios-sdk pod solved issue


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -