google.com, pub-2203413632152319, DIRECT, f08c47fec0942fa0
Create a new application facebook login and authentication a facebook user using their iOS SDK with Cocoapods. Below are the steps in which we'll be following: First Getting Started guide from Facebook's iOS SDK Documentation Create a new iOS project Swift Open facebook Developer Account and create new App after go to setting and click basic -> add platform ios https://developers.facebook.com/docs/ios/getting-started https://developers.facebook.com/ Then add Bundle id your ios project like com.xxxx, Configuring Facebook with Bundle ID Then go ahead Download facebook sdk for ios other wise install pod file your project. Go ahead to open terminal and go ahead your project folder. Got create podfile -> pod init Open podfile -> open podfile Paste -> pod 'FBSDKCoreKit' pod 'FBSDKShareKit' ...