Before you run the project:
Remeber to:
- Run CocoaPods in Terminal with the command
pod install - Change the
AppDelegate.swiftfile with your ownappKeyandappSecret, for example:
Kinvey.sharedClient.initialize(appKey: "my app key", appSecret: "my app secret")
- Change the
AppDelegate.swiftandInfo.plistfiles with your own values forFacebookAppID,FacebookDisplayNameandURL Schemes
This project is using the FacebookLogin framework provided by Facebook. The version tested was the 0.2.0 of the FacebookLogin framework.