xieguangming fa2033fcf8 海外广告sdk(新改的UI登录界面) commit | 3 лет назад | |
---|---|---|
.. | ||
FBSDKLoginKit | 3 лет назад | |
LICENSE | 3 лет назад | |
README.md | 3 лет назад |
This open-source library allows you to integrate Facebook into your iOS app.
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
Please take a moment and subscribe to releases so that you can be notified about new features, deprecations, and critical fixes. To see information about the latest release, consult our changelog.
Note for Swift Package Manager Users:
If you explicitly DO NOT want to include Swift, import FBSDKCoreKit
FBSDKLoginKit
and FBSDKShareKit
For projects that include Swift, use FacebookCore
, FacebookLogin
, and FacebookShare
Add the following to your Podfile
:
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
Test your install by adding import FBSDKCoreKit
to your AppDelegate
Check-out the tutorials available online at: https://developers.facebook.com/docs/ios/getting-started
Start coding! Visit https://developers.facebook.com/docs/ios for tutorials and reference documentation.
Please report bugs or issues to our designated developer support team -- https://developers.facebook.com/support/bugs/ -- as this will help us resolve them more quickly.
You can also visit our Facebook Developer Community Forum, join the Facebook Developers Group on Facebook, ask questions on Stack Overflow, or open an issue in this repository.
See the LICENSE file.
See the SECURITY POLICY for more info on our bug bounty program.
https://developers.facebook.com/apps/{app_id}/settings/advanced
.By using the Facebook SDK for iOS you agree to these terms.