I am trying to integrate Facebook with my app. I read this on developers.facebook.com:
I have installed XCode and Git.
What does it mean to clone a GitHub repository and how can I do that?
To clone a repository means to duplicate and download everything in the repository.
You are on a Mac, so launch Terminal, create a folder and type this command:
git clone git://github.com/facebook/facebook-ios-sdk.git
It will duplicate and download the entire repository.