motion-firebase 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +17 -0
- data/.travis.yml +2 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +28 -0
- data/README.md +511 -0
- data/Rakefile +11 -0
- data/app/app_delegate.rb +156 -0
- data/lib/firebase/firebase.rb +242 -0
- data/lib/firebase/firebase_auth_client.rb +49 -0
- data/lib/firebase/version.rb +5 -0
- data/lib/motion-firebase-auth.rb +19 -0
- data/lib/motion-firebase-facebook.rb +17 -0
- data/lib/motion-firebase.rb +19 -0
- data/lib/vendor/FacebookSDK.framework/FacebookSDK +0 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBAccessTokenData.h +115 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBCacheDescriptor.h +42 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBError.h +274 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBFrictionlessRecipientCache.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBFriendPickerViewController.h +290 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBGraphLocation.h +77 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBGraphObject.h +224 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBGraphPlace.h +60 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBGraphUser.h +90 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBInsights.h +271 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBLoginView.h +178 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBNativeDialogs.h +170 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBOpenGraphAction.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBPlacePickerViewController.h +257 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBProfilePictureView.h +80 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBRequest.h +504 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBRequestConnection.h +389 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBSession.h +751 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBSessionTokenCachingStrategy.h +152 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBSettings.h +136 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBTestSession.h +135 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBUserSettingsViewController.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBViewController.h +118 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FBWebDialogs.h +234 -0
- data/lib/vendor/FacebookSDK.framework/Headers/FacebookSDK.h +132 -0
- data/lib/vendor/FacebookSDK.framework/Headers/NSError+FBError.h +59 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBDialog/images/close.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBDialog/images/close@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBDialog/images/fbicon.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBFriendPickerView/images/default.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/bluetint.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/f_logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/facebook.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBPlacePickerView/images/fb_generic_place.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_portrait.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_square.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Resources/Info.plist +20 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBAccessTokenData.h +115 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBCacheDescriptor.h +42 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBConnect.h +22 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBDialog.h +165 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBError.h +274 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBFrictionlessRecipientCache.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBFrictionlessRequestSettings.h +85 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBFriendPickerViewController.h +290 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBGraphLocation.h +77 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBGraphObject.h +224 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBGraphPlace.h +60 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBGraphUser.h +90 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBInsights.h +271 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBLoginDialog.h +48 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBLoginView.h +178 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBNativeDialogs.h +170 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBOpenGraphAction.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBPlacePickerViewController.h +257 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBProfilePictureView.h +80 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBRequest.h +504 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBRequestConnection.h +389 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSBJSON.h +75 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSBJsonBase.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSBJsonParser.h +87 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSBJsonWriter.h +129 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSession.h +751 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSessionManualTokenCachingStrategy.h +32 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSessionTokenCachingStrategy.h +152 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBSettings.h +136 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBTestSession.h +135 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBUserSettingsViewController.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBViewController.h +118 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FBWebDialogs.h +234 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/Facebook.h +281 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/FacebookSDK.h +132 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/DeprecatedHeaders/NSError+FBError.h +59 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/FacebookSDK +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBAccessTokenData.h +115 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBCacheDescriptor.h +42 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBError.h +274 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBFrictionlessRecipientCache.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBFriendPickerViewController.h +290 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBGraphLocation.h +77 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBGraphObject.h +224 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBGraphPlace.h +60 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBGraphUser.h +90 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBInsights.h +271 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBLoginView.h +178 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBNativeDialogs.h +170 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBOpenGraphAction.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBPlacePickerViewController.h +257 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBProfilePictureView.h +80 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBRequest.h +504 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBRequestConnection.h +389 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBSession.h +751 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBSessionTokenCachingStrategy.h +152 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBSettings.h +136 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBTestSession.h +135 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBUserSettingsViewController.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBViewController.h +118 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FBWebDialogs.h +234 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/FacebookSDK.h +132 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Headers/NSError+FBError.h +59 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBDialog/images/close.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBDialog/images/close@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBDialog/images/fbicon.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBFriendPickerView/images/default.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/bluetint.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/f_logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/facebook.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBPlacePickerView/images/fb_generic_place.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_portrait.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_square.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/A/Resources/Info.plist +20 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBAccessTokenData.h +115 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBCacheDescriptor.h +42 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBConnect.h +22 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBDialog.h +165 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBError.h +274 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBFrictionlessRecipientCache.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBFrictionlessRequestSettings.h +85 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBFriendPickerViewController.h +290 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBGraphLocation.h +77 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBGraphObject.h +224 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBGraphPlace.h +60 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBGraphUser.h +90 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBInsights.h +271 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBLoginDialog.h +48 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBLoginView.h +178 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBNativeDialogs.h +170 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBOpenGraphAction.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBPlacePickerViewController.h +257 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBProfilePictureView.h +80 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBRequest.h +504 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBRequestConnection.h +389 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSBJSON.h +75 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSBJsonBase.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSBJsonParser.h +87 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSBJsonWriter.h +129 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSession.h +751 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSessionManualTokenCachingStrategy.h +32 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSessionTokenCachingStrategy.h +152 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBSettings.h +136 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBTestSession.h +135 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBUserSettingsViewController.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBViewController.h +118 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FBWebDialogs.h +234 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/Facebook.h +281 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/FacebookSDK.h +132 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/DeprecatedHeaders/NSError+FBError.h +59 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/FacebookSDK +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBAccessTokenData.h +115 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBCacheDescriptor.h +42 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBError.h +274 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBFrictionlessRecipientCache.h +86 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBFriendPickerViewController.h +290 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBGraphLocation.h +77 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBGraphObject.h +224 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBGraphPlace.h +60 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBGraphUser.h +90 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBInsights.h +271 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBLoginView.h +178 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBNativeDialogs.h +170 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBOpenGraphAction.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBPlacePickerViewController.h +257 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBProfilePictureView.h +80 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBRequest.h +504 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBRequestConnection.h +389 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBSession.h +751 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBSessionTokenCachingStrategy.h +152 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBSettings.h +136 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBTestSession.h +135 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBUserSettingsViewController.h +127 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBViewController.h +118 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FBWebDialogs.h +234 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/FacebookSDK.h +132 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Headers/NSError+FBError.h +59 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/facebook-logo@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadLandscape@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPadPortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/loginBackgroundIPhonePortrait@2x.jpg +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/silver-button-normal@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FBUserSettingsViewResources.bundle/images/silver-button-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/Contents/Resources/en.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/Contents/Resources/he.lproj/Localizable.strings +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBDialog/images/close.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBDialog/images/close@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBDialog/images/fbicon.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBFriendPickerView/images/default.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/bluetint.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/f_logo.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/facebook.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small-pressed@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBLoginView/images/login-button-small@2x.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBPlacePickerView/images/fb_generic_place.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_portrait.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/FacebookSDKResources.bundle/FBProfilePictureView/images/fb_blank_profile_square.png +0 -0
- data/lib/vendor/FacebookSDK.framework/Versions/Current/Resources/Info.plist +20 -0
- data/lib/vendor/Firebase.framework/Firebase +0 -0
- data/lib/vendor/Firebase.framework/Headers/FDataSnapshot.h +146 -0
- data/lib/vendor/Firebase.framework/Headers/FEventType.h +43 -0
- data/lib/vendor/Firebase.framework/Headers/FMutableData.h +134 -0
- data/lib/vendor/Firebase.framework/Headers/FQuery.h +229 -0
- data/lib/vendor/Firebase.framework/Headers/FTransactionResult.h +50 -0
- data/lib/vendor/Firebase.framework/Headers/Firebase.h +629 -0
- data/lib/vendor/Firebase.framework/Versions/A/Firebase +0 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/FDataSnapshot.h +146 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/FEventType.h +43 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/FMutableData.h +134 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/FQuery.h +229 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/FTransactionResult.h +50 -0
- data/lib/vendor/Firebase.framework/Versions/A/Headers/Firebase.h +629 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Firebase +0 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/FDataSnapshot.h +146 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/FEventType.h +43 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/FMutableData.h +134 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/FQuery.h +229 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/FTransactionResult.h +50 -0
- data/lib/vendor/Firebase.framework/Versions/Current/Headers/Firebase.h +629 -0
- data/lib/vendor/FirebaseAuthClient.framework/FirebaseAuthClient +0 -0
- data/lib/vendor/FirebaseAuthClient.framework/Headers/FATypes.h +48 -0
- data/lib/vendor/FirebaseAuthClient.framework/Headers/FAUser.h +85 -0
- data/lib/vendor/FirebaseAuthClient.framework/Headers/FirebaseAuthClient.h +149 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/A/FirebaseAuthClient +0 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/A/Headers/FATypes.h +48 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/A/Headers/FAUser.h +85 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/A/Headers/FirebaseAuthClient.h +149 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/Current/FirebaseAuthClient +0 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/Current/Headers/FATypes.h +48 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/Current/Headers/FAUser.h +85 -0
- data/lib/vendor/FirebaseAuthClient.framework/Versions/Current/Headers/FirebaseAuthClient.h +149 -0
- data/motion-firebase.gemspec +23 -0
- data/resources/Default-568h@2x.png +0 -0
- metadata +357 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2012 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#import <Foundation/Foundation.h>
|
|
18
|
+
#import "FBSession.h"
|
|
19
|
+
|
|
20
|
+
/*!
|
|
21
|
+
@class
|
|
22
|
+
|
|
23
|
+
@abstract
|
|
24
|
+
Base class from which CacheDescriptors derive, provides a method to fetch data for later use
|
|
25
|
+
|
|
26
|
+
@discussion
|
|
27
|
+
Cache descriptors allow your application to specify the arguments that will be
|
|
28
|
+
later used with another object, such as the FBFriendPickerViewController. By using a cache descriptor
|
|
29
|
+
instance, an application can choose to fetch data ahead of the point in time where the data is needed.
|
|
30
|
+
*/
|
|
31
|
+
@interface FBCacheDescriptor : NSObject
|
|
32
|
+
|
|
33
|
+
/*!
|
|
34
|
+
@method
|
|
35
|
+
@abstract
|
|
36
|
+
Fetches and caches the data described by the cache descriptor instance, for the given session.
|
|
37
|
+
|
|
38
|
+
@param session the <FBSession> to use for fetching data
|
|
39
|
+
*/
|
|
40
|
+
- (void)prefetchAndCacheForSession:(FBSession*)session;
|
|
41
|
+
|
|
42
|
+
@end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2010 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#include "Facebook.h"
|
|
19
|
+
#include "FBDialog.h"
|
|
20
|
+
#include "FBLoginDialog.h"
|
|
21
|
+
#include "FBRequest.h"
|
|
22
|
+
#include "FBSBJSON.h"
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2010 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#import <Foundation/Foundation.h>
|
|
18
|
+
#import <UIKit/UIKit.h>
|
|
19
|
+
|
|
20
|
+
@protocol FBDialogDelegate;
|
|
21
|
+
@class FBFrictionlessRequestSettings;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Do not use this interface directly, instead, use dialog in Facebook.h
|
|
25
|
+
*
|
|
26
|
+
* Facebook dialog interface for start the facebook webView UIServer Dialog.
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
@interface FBDialog : UIView <UIWebViewDelegate> {
|
|
30
|
+
id<FBDialogDelegate> _delegate;
|
|
31
|
+
NSMutableDictionary *_params;
|
|
32
|
+
NSString * _serverURL;
|
|
33
|
+
NSURL* _loadingURL;
|
|
34
|
+
UIWebView* _webView;
|
|
35
|
+
UIActivityIndicatorView* _spinner;
|
|
36
|
+
UIButton* _closeButton;
|
|
37
|
+
UIInterfaceOrientation _orientation;
|
|
38
|
+
BOOL _showingKeyboard;
|
|
39
|
+
BOOL _isViewInvisible;
|
|
40
|
+
FBFrictionlessRequestSettings* _frictionlessSettings;
|
|
41
|
+
|
|
42
|
+
// Ensures that UI elements behind the dialog are disabled.
|
|
43
|
+
UIView* _modalBackgroundView;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The delegate.
|
|
48
|
+
*/
|
|
49
|
+
@property(nonatomic,assign) id<FBDialogDelegate> delegate;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* The parameters.
|
|
53
|
+
*/
|
|
54
|
+
@property(nonatomic, retain) NSMutableDictionary* params;
|
|
55
|
+
|
|
56
|
+
- (NSString *) getStringFromUrl: (NSString*) url needle:(NSString *) needle;
|
|
57
|
+
|
|
58
|
+
- (id)initWithURL: (NSString *) loadingURL
|
|
59
|
+
params: (NSMutableDictionary *) params
|
|
60
|
+
isViewInvisible: (BOOL) isViewInvisible
|
|
61
|
+
frictionlessSettings: (FBFrictionlessRequestSettings *) frictionlessSettings
|
|
62
|
+
delegate: (id <FBDialogDelegate>) delegate;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Displays the view with an animation.
|
|
66
|
+
*
|
|
67
|
+
* The view will be added to the top of the current key window.
|
|
68
|
+
*/
|
|
69
|
+
- (void)show;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Displays the first page of the dialog.
|
|
73
|
+
*
|
|
74
|
+
* Do not ever call this directly. It is intended to be overriden by subclasses.
|
|
75
|
+
*/
|
|
76
|
+
- (void)load;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Displays a URL in the dialog.
|
|
80
|
+
*/
|
|
81
|
+
- (void)loadURL:(NSString*)url
|
|
82
|
+
get:(NSDictionary*)getParams;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Hides the view and notifies delegates of success or cancellation.
|
|
86
|
+
*/
|
|
87
|
+
- (void)dismissWithSuccess:(BOOL)success animated:(BOOL)animated;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Hides the view and notifies delegates of an error.
|
|
91
|
+
*/
|
|
92
|
+
- (void)dismissWithError:(NSError*)error animated:(BOOL)animated;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Subclasses may override to perform actions just prior to showing the dialog.
|
|
96
|
+
*/
|
|
97
|
+
- (void)dialogWillAppear;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Subclasses may override to perform actions just after the dialog is hidden.
|
|
101
|
+
*/
|
|
102
|
+
- (void)dialogWillDisappear;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Subclasses should override to process data returned from the server in a 'fbconnect' url.
|
|
106
|
+
*
|
|
107
|
+
* Implementations must call dismissWithSuccess:YES at some point to hide the dialog.
|
|
108
|
+
*/
|
|
109
|
+
- (void)dialogDidSucceed:(NSURL *)url;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Subclasses should override to process data returned from the server in a 'fbconnect' url.
|
|
113
|
+
*
|
|
114
|
+
* Implementations must call dismissWithSuccess:YES at some point to hide the dialog.
|
|
115
|
+
*/
|
|
116
|
+
- (void)dialogDidCancel:(NSURL *)url;
|
|
117
|
+
@end
|
|
118
|
+
|
|
119
|
+
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
120
|
+
|
|
121
|
+
/*
|
|
122
|
+
*Your application should implement this delegate
|
|
123
|
+
*/
|
|
124
|
+
@protocol FBDialogDelegate <NSObject>
|
|
125
|
+
|
|
126
|
+
@optional
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Called when the dialog succeeds and is about to be dismissed.
|
|
130
|
+
*/
|
|
131
|
+
- (void)dialogDidComplete:(FBDialog *)dialog;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Called when the dialog succeeds with a returning url.
|
|
135
|
+
*/
|
|
136
|
+
- (void)dialogCompleteWithUrl:(NSURL *)url;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Called when the dialog get canceled by the user.
|
|
140
|
+
*/
|
|
141
|
+
- (void)dialogDidNotCompleteWithUrl:(NSURL *)url;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Called when the dialog is cancelled and is about to be dismissed.
|
|
145
|
+
*/
|
|
146
|
+
- (void)dialogDidNotComplete:(FBDialog *)dialog;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Called when dialog failed to load due to an error.
|
|
150
|
+
*/
|
|
151
|
+
- (void)dialog:(FBDialog*)dialog didFailWithError:(NSError *)error;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Asks if a link touched by a user should be opened in an external browser.
|
|
155
|
+
*
|
|
156
|
+
* If a user touches a link, the default behavior is to open the link in the Safari browser,
|
|
157
|
+
* which will cause your app to quit. You may want to prevent this from happening, open the link
|
|
158
|
+
* in your own internal browser, or perhaps warn the user that they are about to leave your app.
|
|
159
|
+
* If so, implement this method on your delegate and return NO. If you warn the user, you
|
|
160
|
+
* should hold onto the URL and once you have received their acknowledgement open the URL yourself
|
|
161
|
+
* using [[UIApplication sharedApplication] openURL:].
|
|
162
|
+
*/
|
|
163
|
+
- (BOOL)dialog:(FBDialog*)dialog shouldOpenURLInExternalBrowser:(NSURL *)url;
|
|
164
|
+
|
|
165
|
+
@end
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2012 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#import <Foundation/Foundation.h>
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
The NSError domain of all errors returned by the Facebook SDK.
|
|
21
|
+
*/
|
|
22
|
+
extern NSString *const FacebookSDKDomain;
|
|
23
|
+
|
|
24
|
+
/*!
|
|
25
|
+
The key in the userInfo NSDictionary of NSError where you can find
|
|
26
|
+
the inner NSError (if any).
|
|
27
|
+
*/
|
|
28
|
+
extern NSString *const FBErrorInnerErrorKey;
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
The key in the userInfo NSDictionary of NSError for the parsed JSON response
|
|
32
|
+
from the server. In case of a batch, includes the JSON for a single FBRequest.
|
|
33
|
+
*/
|
|
34
|
+
extern NSString *const FBErrorParsedJSONResponseKey;
|
|
35
|
+
|
|
36
|
+
/*!
|
|
37
|
+
The key in the userInfo NSDictionary of NSError indicating
|
|
38
|
+
the HTTP status code of the response (if any).
|
|
39
|
+
*/
|
|
40
|
+
extern NSString *const FBErrorHTTPStatusCodeKey;
|
|
41
|
+
|
|
42
|
+
/*!
|
|
43
|
+
@abstract Error codes returned by the Facebook SDK in NSError.
|
|
44
|
+
|
|
45
|
+
@discussion
|
|
46
|
+
These are valid only in the scope of FacebookSDKDomain.
|
|
47
|
+
*/
|
|
48
|
+
typedef enum FBErrorCode {
|
|
49
|
+
/*!
|
|
50
|
+
Like nil for FBErrorCode values, represents an error code that
|
|
51
|
+
has not been initialized yet.
|
|
52
|
+
*/
|
|
53
|
+
FBErrorInvalid = 0,
|
|
54
|
+
|
|
55
|
+
/// The operation failed because it was cancelled.
|
|
56
|
+
FBErrorOperationCancelled,
|
|
57
|
+
|
|
58
|
+
/// A login attempt failed
|
|
59
|
+
FBErrorLoginFailedOrCancelled,
|
|
60
|
+
|
|
61
|
+
/// The graph API returned an error for this operation.
|
|
62
|
+
FBErrorRequestConnectionApi,
|
|
63
|
+
|
|
64
|
+
/*!
|
|
65
|
+
The operation failed because the server returned an unexpected
|
|
66
|
+
response. You can get this error if you are not using the most
|
|
67
|
+
recent SDK, or if you set your application's migration settings
|
|
68
|
+
incorrectly for the version of the SDK you are using.
|
|
69
|
+
|
|
70
|
+
If this occurs on the current SDK with proper app migration
|
|
71
|
+
settings, you may need to try changing to one request per batch.
|
|
72
|
+
*/
|
|
73
|
+
FBErrorProtocolMismatch,
|
|
74
|
+
|
|
75
|
+
/// Non-success HTTP status code was returned from the operation.
|
|
76
|
+
FBErrorHTTPError,
|
|
77
|
+
|
|
78
|
+
/// An endpoint that returns a binary response was used with FBRequestConnection;
|
|
79
|
+
/// endpoints that return image/jpg, etc. should be accessed using NSURLRequest
|
|
80
|
+
FBErrorNonTextMimeTypeReturned,
|
|
81
|
+
|
|
82
|
+
/// An error occurred while trying to display a native dialog
|
|
83
|
+
FBErrorNativeDialog,
|
|
84
|
+
|
|
85
|
+
/// An error occurred using the FBInsights class
|
|
86
|
+
FBErrorInsights,
|
|
87
|
+
|
|
88
|
+
/// An error occurred related to an iOS API call
|
|
89
|
+
FBErrorSystemAPI,
|
|
90
|
+
|
|
91
|
+
/// An error occurred while trying to fetch publish install response data
|
|
92
|
+
FBErrorPublishInstallResponse,
|
|
93
|
+
} FBErrorCode;
|
|
94
|
+
|
|
95
|
+
/*!
|
|
96
|
+
@typedef FBErrorCategory enum
|
|
97
|
+
|
|
98
|
+
@abstract Indicates the Facebook SDK classification for the error
|
|
99
|
+
|
|
100
|
+
@discussion
|
|
101
|
+
*/
|
|
102
|
+
typedef enum {
|
|
103
|
+
/*! Indicates that the error category is invalid and likely represents an error that
|
|
104
|
+
is unrelated to Facebook or the Facebook SDK */
|
|
105
|
+
FBErrorCategoryInvalid = 0,
|
|
106
|
+
/*! Indicates that the error may be authentication related but the application should retry the operation.
|
|
107
|
+
This case may involve user action that must be taken, and so the application should also test
|
|
108
|
+
the fberrorShouldNotifyUser property and if YES display fberrorUserMessage to the user before retrying.*/
|
|
109
|
+
FBErrorCategoryRetry = 1,
|
|
110
|
+
/*! Indicates that the error is authentication related and the application should reopen the session*/
|
|
111
|
+
FBErrorCategoryAuthenticationReopenSession = 2,
|
|
112
|
+
/*! Indicates that the error is permission related */
|
|
113
|
+
FBErrorCategoryPermissions = 3,
|
|
114
|
+
/*! Indicates that the error implies that the server had an unexpected failure or may be temporarily down */
|
|
115
|
+
FBErrorCategoryServer = 4,
|
|
116
|
+
/*! Indicates that the error results from the server throttling the client */
|
|
117
|
+
FBErrorCategoryThrottling = 5,
|
|
118
|
+
/*! Indicates the user cancelled the operation */
|
|
119
|
+
FBErrorCategoryUserCancelled = 6,
|
|
120
|
+
/*! Indicates that the error is Facebook-related but is uncategorizable, and likely newer than the
|
|
121
|
+
current version of the SDK */
|
|
122
|
+
FBErrorCategoryFacebookOther = -1,
|
|
123
|
+
/*! Indicates that the error is an application error resulting in a bad or malformed request to the server. */
|
|
124
|
+
FBErrorCategoryBadRequest = -2,
|
|
125
|
+
} FBErrorCategory;
|
|
126
|
+
|
|
127
|
+
/*!
|
|
128
|
+
The key in the userInfo NSDictionary of NSError where you can find
|
|
129
|
+
the inner NSError (if any).
|
|
130
|
+
*/
|
|
131
|
+
extern NSString *const FBErrorInnerErrorKey;
|
|
132
|
+
|
|
133
|
+
/*!
|
|
134
|
+
The key in the userInfo NSDictionary of NSError where you can find
|
|
135
|
+
the session associated with the error (if any).
|
|
136
|
+
*/
|
|
137
|
+
extern NSString *const FBErrorSessionKey;
|
|
138
|
+
|
|
139
|
+
/*!
|
|
140
|
+
The key in the userInfo NSDictionary of NSError for unsuccessful
|
|
141
|
+
logins (error.code equals FBErrorLoginFailedOrCancelled). If present,
|
|
142
|
+
the value will be one of the constants prefixed by FBErrorLoginFailedReason*.
|
|
143
|
+
*/
|
|
144
|
+
extern NSString *const FBErrorLoginFailedReason;
|
|
145
|
+
|
|
146
|
+
/*!
|
|
147
|
+
The key in the userInfo NSDictionary of NSError for unsuccessful
|
|
148
|
+
logins (error.code equals FBErrorLoginFailedOrCancelled). If present,
|
|
149
|
+
the value indicates an original login error code wrapped by this error.
|
|
150
|
+
This is only used in the web dialog login flow.
|
|
151
|
+
*/
|
|
152
|
+
extern NSString *const FBErrorLoginFailedOriginalErrorCode;
|
|
153
|
+
|
|
154
|
+
/*!
|
|
155
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
156
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates the user
|
|
157
|
+
cancelled a web dialog auth.
|
|
158
|
+
*/
|
|
159
|
+
extern NSString *const FBErrorLoginFailedReasonInlineCancelledValue;
|
|
160
|
+
|
|
161
|
+
/*!
|
|
162
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
163
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates the user
|
|
164
|
+
did not cancel a web dialog auth.
|
|
165
|
+
*/
|
|
166
|
+
extern NSString *const FBErrorLoginFailedReasonInlineNotCancelledValue;
|
|
167
|
+
|
|
168
|
+
/*!
|
|
169
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
170
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates the user
|
|
171
|
+
cancelled a non-iOS 6 SSO (either Safari or Facebook App) login.
|
|
172
|
+
*/
|
|
173
|
+
extern NSString *const FBErrorLoginFailedReasonUserCancelledValue;
|
|
174
|
+
|
|
175
|
+
/*!
|
|
176
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
177
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates the user
|
|
178
|
+
cancelled an iOS system login.
|
|
179
|
+
*/
|
|
180
|
+
extern NSString *const FBErrorLoginFailedReasonUserCancelledSystemValue;
|
|
181
|
+
|
|
182
|
+
/*!
|
|
183
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
184
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates the app's
|
|
185
|
+
slider in iOS 6 (device Settings -> Privacy -> Facebook {app} ) has
|
|
186
|
+
been disabled.
|
|
187
|
+
*/
|
|
188
|
+
extern NSString *const FBErrorLoginFailedReasonSystemDisallowedWithoutErrorValue;
|
|
189
|
+
|
|
190
|
+
/*!
|
|
191
|
+
A value that may appear in an NSError userInfo dictionary under the
|
|
192
|
+
`FBErrorLoginFailedReason` key for login failures. Indicates an error
|
|
193
|
+
has occurred when requesting Facebook account acccess in iOS 6 that was
|
|
194
|
+
not `FBErrorLoginFailedReasonSystemDisallowedWithoutErrorValue` nor
|
|
195
|
+
a user cancellation.
|
|
196
|
+
*/
|
|
197
|
+
extern NSString *const FBErrorLoginFailedReasonSystemError;
|
|
198
|
+
extern NSString *const FBErrorLoginFailedReasonUnitTestResponseUnrecognized;
|
|
199
|
+
|
|
200
|
+
/*!
|
|
201
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
202
|
+
`FBErrorLoginFailedReason` key when requesting new permissions fails. Indicates
|
|
203
|
+
the request for new permissions has failed because the session was closed.
|
|
204
|
+
*/
|
|
205
|
+
extern NSString *const FBErrorReauthorizeFailedReasonSessionClosed;
|
|
206
|
+
|
|
207
|
+
/*!
|
|
208
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
209
|
+
`FBErrorLoginFailedReason` key when requesting new permissions fails. Indicates
|
|
210
|
+
the request for new permissions has failed because the user cancelled.
|
|
211
|
+
*/
|
|
212
|
+
extern NSString *const FBErrorReauthorizeFailedReasonUserCancelled;
|
|
213
|
+
|
|
214
|
+
/*!
|
|
215
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
216
|
+
`FBErrorLoginFailedReason` key when requesting new permissions fails on
|
|
217
|
+
iOS 6 with the Facebook account. Indicates the request for new permissions has
|
|
218
|
+
failed because the user cancelled.
|
|
219
|
+
*/
|
|
220
|
+
extern NSString *const FBErrorReauthorizeFailedReasonUserCancelledSystem;
|
|
221
|
+
|
|
222
|
+
/*!
|
|
223
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
224
|
+
`FBErrorLoginFailedReason` key when requesting new permissions fails. Indicates
|
|
225
|
+
the request for new permissions has failed because the request was
|
|
226
|
+
for a different user than the original permission set.
|
|
227
|
+
*/
|
|
228
|
+
extern NSString *const FBErrorReauthorizeFailedReasonWrongUser;
|
|
229
|
+
|
|
230
|
+
/*!
|
|
231
|
+
The key in the userInfo NSDictionary of NSError for errors
|
|
232
|
+
encountered with `FBNativeDialog` operations. (error.code equals FBErrorNativeDialog).
|
|
233
|
+
If present, the value will be one of the constants prefixed by FBErrorNativeDialog*.
|
|
234
|
+
*/
|
|
235
|
+
extern NSString *const FBErrorNativeDialogReasonKey;
|
|
236
|
+
|
|
237
|
+
/*!
|
|
238
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
239
|
+
`FBErrorNativeDialogReasonKey` key. Indicates that a native dialog is not supported
|
|
240
|
+
in the current OS.
|
|
241
|
+
*/
|
|
242
|
+
extern NSString *const FBErrorNativeDialogNotSupported;
|
|
243
|
+
|
|
244
|
+
/*!
|
|
245
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
246
|
+
`FBErrorNativeDialogReasonKey` key. Indicates that a native dialog cannot be
|
|
247
|
+
displayed because it is not appropriate for the current session.
|
|
248
|
+
*/
|
|
249
|
+
extern NSString *const FBErrorNativeDialogInvalidForSession;
|
|
250
|
+
|
|
251
|
+
/*!
|
|
252
|
+
A value that may appear in the NSError userInfo dictionary under the
|
|
253
|
+
`FBErrorNativeDialogReasonKey` key. Indicates that a native dialog cannot be
|
|
254
|
+
displayed for some other reason.
|
|
255
|
+
*/
|
|
256
|
+
extern NSString *const FBErrorNativeDialogCantBeDisplayed;
|
|
257
|
+
|
|
258
|
+
/*!
|
|
259
|
+
The key in the userInfo NSDictionary of NSError for errors
|
|
260
|
+
encountered with `FBInsights` operations (error.code equals FBErrorInsights).
|
|
261
|
+
*/
|
|
262
|
+
extern NSString *const FBErrorInsightsReasonKey;
|
|
263
|
+
|
|
264
|
+
// Exception strings raised by the Facebook SDK
|
|
265
|
+
|
|
266
|
+
/*!
|
|
267
|
+
This exception is raised by methods in the Facebook SDK to indicate
|
|
268
|
+
that an attempted operation is invalid
|
|
269
|
+
*/
|
|
270
|
+
extern NSString *const FBInvalidOperationException;
|
|
271
|
+
|
|
272
|
+
// Facebook SDK also raises exceptions the following common exceptions:
|
|
273
|
+
// NSInvalidArgumentException
|
|
274
|
+
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2013 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
#import <Foundation/Foundation.h>
|
|
17
|
+
#import "FBWebDialogs.h"
|
|
18
|
+
#import "FBRequest.h"
|
|
19
|
+
#import "FBCacheDescriptor.h"
|
|
20
|
+
|
|
21
|
+
/*!
|
|
22
|
+
@class FBFrictionlessRecipientCache
|
|
23
|
+
|
|
24
|
+
@abstract
|
|
25
|
+
Maintains a cache of friends that can recieve application requests from the user in
|
|
26
|
+
using the frictionless feature of the requests web dialog.
|
|
27
|
+
|
|
28
|
+
This class follows the `FBCacheDescriptor` pattern used elsewhere in the SDK, and applications may call
|
|
29
|
+
one of the prefetchAndCacheForSession methods to fetch a friend list prior to the
|
|
30
|
+
point where a dialog is presented. The cache is also updated with each presentation of the request
|
|
31
|
+
dialog using the cache instance.
|
|
32
|
+
*/
|
|
33
|
+
@interface FBFrictionlessRecipientCache : FBCacheDescriptor<FBWebDialogsDelegate>
|
|
34
|
+
|
|
35
|
+
/*!
|
|
36
|
+
@abstract
|
|
37
|
+
Initializes an empty cache instance
|
|
38
|
+
*/
|
|
39
|
+
- (id)init;
|
|
40
|
+
|
|
41
|
+
/*! @abstract An array containing the list of known FBIDs for recipients enabled for frictionless requests */
|
|
42
|
+
@property (nonatomic, readwrite, copy) NSArray *recipientIDs;
|
|
43
|
+
|
|
44
|
+
/*!
|
|
45
|
+
@abstract
|
|
46
|
+
Checks to see if a given user or FBID for a user is known to be enabled for
|
|
47
|
+
frictionless requestests
|
|
48
|
+
|
|
49
|
+
@param user An NSString, NSNumber of `FBGraphUser` representing a user to check
|
|
50
|
+
*/
|
|
51
|
+
- (BOOL)isFrictionlessRecipient:(id)user;
|
|
52
|
+
|
|
53
|
+
/*!
|
|
54
|
+
@abstract
|
|
55
|
+
Checks to see if a collection of users or FBIDs for users are known to be enabled for
|
|
56
|
+
frictionless requestests
|
|
57
|
+
|
|
58
|
+
@param users An NSArray of NSString, NSNumber of `FBGraphUser` objects
|
|
59
|
+
representing users to check
|
|
60
|
+
*/
|
|
61
|
+
- (BOOL)areFrictionlessRecipients:(NSArray*)users;
|
|
62
|
+
|
|
63
|
+
/*!
|
|
64
|
+
@abstract
|
|
65
|
+
Issues a request and fills the cache with a list of users to use for frictionless requests
|
|
66
|
+
|
|
67
|
+
@param session The session to use for the request; nil indicates that the Active Session should
|
|
68
|
+
be used
|
|
69
|
+
*/
|
|
70
|
+
- (void)prefetchAndCacheForSession:(FBSession *)session;
|
|
71
|
+
|
|
72
|
+
/*!
|
|
73
|
+
@abstract
|
|
74
|
+
Issues a request and fills the cache with a list of users to use for frictionless requests
|
|
75
|
+
|
|
76
|
+
@param session The session to use for the request; nil indicates that the Active Session should
|
|
77
|
+
be used
|
|
78
|
+
|
|
79
|
+
@param handler An optional completion handler, called when the request for cached users has
|
|
80
|
+
completed. It can be useful to use the handler to enable UI or perform other request-related
|
|
81
|
+
operations, after the cache is populated.
|
|
82
|
+
*/
|
|
83
|
+
- (void)prefetchAndCacheForSession:(FBSession *)session
|
|
84
|
+
completionHandler:(FBRequestHandler)handler;
|
|
85
|
+
|
|
86
|
+
@end
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2012 Facebook
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#import <Foundation/Foundation.h>
|
|
18
|
+
|
|
19
|
+
@class Facebook;
|
|
20
|
+
@class FBRequest;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Do not use this interface directly, instead, use methods in Facebook.h
|
|
24
|
+
*
|
|
25
|
+
* Handles frictionless interaction and recipient-caching by the SDK,
|
|
26
|
+
* see https://developers.facebook.com/docs/reference/dialogs/requests/
|
|
27
|
+
*/
|
|
28
|
+
@interface FBFrictionlessRequestSettings : NSObject {
|
|
29
|
+
@private
|
|
30
|
+
NSArray* _allowedRecipients;
|
|
31
|
+
FBRequest* _activeRequest;
|
|
32
|
+
BOOL _enabled;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* BOOL indicating whether frictionless request sending has been enabled
|
|
37
|
+
*/
|
|
38
|
+
@property(nonatomic, readonly) BOOL enabled;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* NSArray of recipients
|
|
42
|
+
*/
|
|
43
|
+
@property(nonatomic, readonly) NSArray *recipientIDs;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Enable frictionless request sending by the sdk; this means:
|
|
47
|
+
* 1. query and cache the current set of frictionless recipients
|
|
48
|
+
* 2. flag other facets of the sdk to behave in a frictionless way
|
|
49
|
+
*/
|
|
50
|
+
- (void)enableWithFacebook:(Facebook*)facebook;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Reload recipient cache; called by the sdk to keep the cache fresh;
|
|
54
|
+
* method makes graph request: me/apprequestformerrecipients
|
|
55
|
+
*/
|
|
56
|
+
- (void)reloadRecipientCacheWithFacebook:(Facebook*)facebook;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Update the recipient cache; called by the sdk to keep the cache fresh;
|
|
60
|
+
*/
|
|
61
|
+
- (void)updateRecipientCacheWithRecipients:(NSArray*)ids;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Update the recipient cache, using a request result
|
|
65
|
+
*/
|
|
66
|
+
- (void)updateRecipientCacheWithRequestResult:(id)result;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Given an fbID for a user, indicates whether user is enabled for
|
|
70
|
+
* frictionless calls
|
|
71
|
+
*/
|
|
72
|
+
- (BOOL)isFrictionlessEnabledForRecipient:(id)fbid;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Given an array of user fbIDs, indicates whether they are enabled for
|
|
76
|
+
* frictionless calls
|
|
77
|
+
*/
|
|
78
|
+
- (BOOL)isFrictionlessEnabledForRecipients:(NSArray*)fbids;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* init the frictionless cache object
|
|
82
|
+
*/
|
|
83
|
+
- (id)init;
|
|
84
|
+
|
|
85
|
+
@end
|