My app uses the facebook login to authenticate the users, I heard about the facebook integration become inside the iOS SDK itself,
now if the integration become inside the iOS itself can i use it to login without importing the facebook SDK and how if yes? also my app will run the iOS 6 as a release target ?
Well, First of all you have to add the
Social.frameworkin to your project.Step 2 : You need to import two classes.Import the needed classes.
Step 3 : I am going forward in the assumption that you have a button for Facebook in your app. At the button click write these lines. You are done. 🙂
The above given is the basic steps. For more you can refer This.
Edit : For Facebook user information refer this answer.
Happy Coding. 🙂