Recording some bugs and suggestions when I practice Facebook Login in Swift - Xcode 6.3 iOS 8.3 Tutorial
Chinese Version:
http://waynechu.logdown.com/posts/344138-ios-fb-login-swift
- Xcode: Version 7.1.1
- Language: Apple Swift version 2.1
https://www.youtube.com/watch?v=cpANieebE2M
- You can follow facebook's quick start to set FB App settings, just go to
Get Started with the Facebook SDK->Choose Platform->iOS, and copy paste allinfo.pliststuffs andBundle Identifierand then you can skip the quick start tutorial.
- You need to checked
copy item if neededwhen you importing FB SDK into your project if you are using Xcode 7 and above, or you'll seeNo such module FBSDKCoreKiterror. StackOverflow - You should add your
Bundle Identifierinto you FB App Settings. If you havn't add iOS platform into you FB App, you should check my suggestion 1.