Facebook Login - Swift Language - iOS 10 - Swift 3 | Ashish Kakkad

Facebook Login using custom button in Swift Language Xcode Version 8 Article is Updated with the Facebook 4.16 SDK [27-September-2016]. Install Pods platform :ios, '9.0' target 'FBSwiftLogin' do use_frameworks! # Pods for FBSwiftLogin pod 'FacebookCore' pod 'FacebookLogin' pod 'FacebookShare' end Appdelegate.swift import UIKit import FBSDKLoginKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func ... Read more

May 30, 2015 ... Facebook Login using custom button in Swift Language Xcode Version 8. Article is Updated with the Facebook 4.16 SDK [27-September-2016].

Lee mas