Integrating Facebook Tutorial
iOS Setup
The Xcode project teaches you how to create a Facebook profile viewer application using the Parse framework.
How to Run
- 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
FacebookAppID
property inIntegratingFacebookTutorial-Info.plist
.
Learn More
To learn more, take a look at the Integrating Facebook in iOS tutorial.
Android Setup
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
IntegratingFacebookTutorial
folder and selecting thefacebook
andIntegratingFacebookTutorial-Android
projects. - Add your Parse application id and client key in
IntegratingFacebookTutorialApplication.java
. - Add your Facebook application id in
strings.xml
Learn More
To learn more, take a look at the Integrating Facebook in Android tutorial.