The Xcode project teaches you how to create a Facebook profile viewer application using the Parse framework.
- Clone the repository and open the Xcode project at
IntegratingFacebookTutorial-iOS/IntegratingFacebookTutorial.xcodeproj. - Add your Parse application id and client key in
AppDelegate.m - Set your Facebook application id as a URLType Project > Info > URL Types > Untitled > URL Schemes using the format fbYour_App_id (ex. for 12345, enter fb12345)
- Set your Facebook application id in the
FacebookAppIDproperty inIntegratingFacebookTutorial-Info.plist.
To learn more, take a look at the Integrating Facebook in iOS tutorial.
The Android project teaches you how to create a Facebook profile viewer application using the Parse framework.
- Clone the repository and import the Facebook SDK and sample project by navigating to the
IntegratingFacebookTutorialfolder and selecting thefacebookandIntegratingFacebookTutorial-Androidprojects. - Add your Parse application id and client key in
IntegratingFacebookTutorialApplication.java. - Add your Facebook application id in
strings.xml
To learn more, take a look at the Integrating Facebook in Android tutorial.