You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.9 KiB

6 years ago
  1. Facebook SDK for iOS
  2. ====================
  3. This open-source library allows you to integrate Facebook into your iOS app.
  4. Learn more about the provided samples, documentation, integrating the SDK into your app, accessing source code, and more at https://developers.facebook.com/docs/ios
  5. NOTE: By default, the Facebook SDK for iOS is installed in ~/Documents/FacebookSDK
  6. TRY IT OUT
  7. ----------
  8. 1. Download the SDK at https://developers.facebook.com/docs/ios or via CocoaPods by adding the 'FBSDKCoreKit', 'FBSDKLoginKit', and 'FBSDKShareKit' pods.
  9. 2. Test your install: build and run the project at ~/Documents/FacebookSDK/Samples/Scrumptious/Scrumptious.xcodeproj
  10. 3. Check-out the tutorials available online at: https://developers.facebook.com/docs/ios/getting-started
  11. 4. Start coding! Visit https://developers.facebook.com/docs/ios for tutorials and reference documentation.
  12. FEATURES
  13. --------
  14. * Login - https://developers.facebook.com/docs/facebook-login
  15. * Sharing - https://developers.facebook.com/docs/sharing
  16. * App Links - https://developers.facebook.com/docs/applinks
  17. * Graph API - https://developers.facebook.com/docs/ios/graph
  18. * Analytics - https://developers.facebook.com/docs/analytics
  19. GIVE FEEDBACK
  20. -------------
  21. Please report bugs or issues to https://developers.facebook.com/bugs/
  22. You can also join the Facebook Developers Group on Facebook (https://www.facebook.com/groups/fbdevelopers/) or ask questions on Stack Overflow (http://facebook.stackoverflow.com)
  23. LICENSE
  24. -------
  25. See the LICENSE file.
  26. DEVELOPER TERMS
  27. ---------------
  28. - By enabling Facebook integrations, including through this SDK, you can share information with Facebook, including information about people’s use of your app. Facebook will use information received in accordance with our Data Use Policy [https://www.facebook.com/about/privacy/], including to provide you with insights about the effectiveness of your ads and the use of your app. These integrations also enable us and our partners to serve ads on and off Facebook.
  29. - You may limit your sharing of information with us by updating the Insights control in the developer tool [https://developers.facebook.com/apps/{app_id}/settings/advanced].
  30. - If you use a Facebook integration, including to share information with us, you agree and confirm that you have provided appropriate and sufficiently prominent notice to and obtained the appropriate consent from your users regarding such collection, use, and disclosure (including, at a minimum, through your privacy policy). You further agree that you will not share information with us about children under the age of 13.
  31. - You agree to comply with all applicable laws and regulations and also agree to our Terms <https://www.facebook.com/policies/>, including our Platform Policies <https://developers.facebook.com/policy/>.and Advertising Guidelines, as applicable <https://www.facebook.com/ad_guidelines.php>.
  32. By using the Facebook SDK for iOS you agree to these terms.