I am trying to integrate Facebook with my app. I read this on developers.facebook.com:
- Install XCode
- Install Git
- Clone the G
clone the repo
Cloning = means copying
Repo = is short form of Repository which is the complete files of the project
Create a folder, Open terminal and take the path into that folder where you want to save the repo, and then run this command
git clone git://github.com/facebook/facebook-ios-sdk.git
This command will download all the files to that folder
Welcome in Advance