jeremyanticouni / Apigee-FacebookLogin

Simple iOS app to demonstrate authenticating + creating a user in App Services via user's Facebook account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apigee-FacebookLogin

Simple iOS app to demonstrate authenticating + creating a user in App Services via user's Facebook account.

##Screenshots

####Main View Main View

####Facebook Authorization Facebook Authorization

####Logged In Logged In

####Log Out Logout

##Installation ###Dependencies This project requires both the Apigee iOS SDK and the Facebook iOS SDK.

###Configuration ####Framework Search Paths #####Facebook SDK The project will look for the Facebook SDK FacebookSDK.framework in the Facebook default installation path: ~/Documents/FacebookSDK

#####Apigee SDK The project will look for the Apigee SDK ApigeeiOSSDK.framework in the following path: ~/Documents/ApigeeSDK

####Info.plist There are a number of values that must be set before you can run the project:

  • ApigeeOrg
  • ApigeeApp
  • FacebookDisplayName
  • FacebookAppID

Additionally, you must add a new URL scheme to handle the redirection back to the app after the user authenticates with Facebook. This URL is fb + your Facebook App ID, for example, fb1234567890

About

Simple iOS app to demonstrate authenticating + creating a user in App Services via user's Facebook account.

License:Apache License 2.0


Languages

Language:Objective-C 100.0%