This multi-part tutorial walks you through building a Facebook integrated iOS app. You'll create a timeline app that lets people post about meals they ate.
This sample app is based on the Scrumptious sample app bundled with the SDK. You can use the completed sample as a reference or jump to a specific step to see how to implement a specific feature.
|
|
To complete the tutorial, you'll need a familiarity with Objective-C, Xcode and some common frameworks like CoreLocation. Before you start you should install the Facebook SDK for iOS, create your Facebook App, and start a new Xcode project as described in Getting Started with the iOS SDK.
Note: Use the following settings in your Xcode project options, so you can match this tutorial:

Once you've done that, work through the following steps of the tutorial:
By the end of this tutorial, you should have a working knowledge of how to authenticate, personalize and make any app social. Let's start the tutorial.