This Xcode project teaches you how to create a Facebook profile viewer application using the Parse framework.
- Clone the repository and open the Xcode project.
- Add your Parse application id and client key in
AppDelegate.m - Add you Facebook application id in
Info.plist. - Set your Facebook application id as a URLType. Select your target, then click on the Info tab. Add the new URLType with a URL Scheme using the format fbYOUR_APP_ID (ex. for 12345, enter fb12345)
To learn more, take a look at the Integrating Facebook tutorial.