Before you run the project:
Remeber to:
- Run CocoaPods in Terminal with the command
pod install
- Change the
AppDelegate.swift
file with your ownappKey
andappSecret
, for example:
Kinvey.sharedClient.initialize(appKey: "my app key", appSecret: "my app secret")
- Change the
AppDelegate.swift
andInfo.plist
files with your own values forFacebookAppID
,FacebookDisplayName
andURL Schemes
This project is using the FacebookLogin framework provided by Facebook
. The version tested was the 0.2.0
of the FacebookLogin
framework.