Posts

Showing posts with the label Facebook integration

Facebook Login Integration In iOS Using Swift

Image
Facebook Login Integration In iOS Using Swift Hi, In this post, we'll learn how to implement Facebook Login in iOS apps. Nowadays, users don't want to waste their time for signing up, instead they just want a quick and secure signup/login process through their social accounts. So, in this post, we'll cover how to enable Facebook login in iOS applications. Its pretty simple and easy to learn. I hope you'll enjoy it! So, again, we'll accomplish our goal by following a step by step approach as mentioned below: Setup Xcode Project Install Facebook Pods Create App On Facebook Developer Console Write Some Code Run Your App STEP 1: Setup Xcode Project First of all, open your Xcode project and create a single view application. Give some name to your project and click Next. Once you're in your project environment, drag and drop a button on your storyboard and give it some name like " Login With Facebook ". Add some constraint on this ...

Facebook iOS Tutorial Using Swift 3 + Xcode 8

Image
Facebook iOS Tutorial Using Swift 3 + Xcode 8 Hi, In this post, I'll show you how to use Social Framework in iOS applications. Using the Social Framework, you can easily integrate the services of any supported social network in your iOS apps. Its very easy to implement and you can easily integrate social networks like Facebook, Twitter etc. in your iOS apps. In this tutorial, We'll use Social framework to create a post from our app and send it to Facebook feeds wall. So, let's start and see how to do it.. :) First of all, open your Xcode and create a Single View Application. Click Next. Give some name to your product and fill other details as shown in the image below. Make sure to choose swift as the language and click Next. Now, go to Main.storyboard and drag a button from object library and give it some title like "Post To Facebook".  Its time to add some constraints on the button. So, select your button and click on the Align Auto Layout...