I am trying to integrate Facebook with my app. I read this on developers.facebook.com:
Install XCode Install Git Clone the G
Cloning a git repository means that you create a local copy of the code provided by developer. You can simply do it with a command line:
git clone git://github.com/facebook/facebook-ios-sdk.git .
and you'll have the code in the facebook-ios-sdk directory.
facebook-ios-sdk