xieguangming 1a878f1d07 海外广告代码commit | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
.. | ||
FBSDKCoreKit | %!s(int64=3) %!d(string=hai) anos | |
FacebookSDKStrings.bundle | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
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
NOTE: By default, the Facebook SDK for iOS is installed in ~/Documents/FacebookSDK
Note:
If you explicitly DO NOT want to include Swift, import FBSDKCoreKit
FBSDKLoginKit
and FBSDKShareKit
For projects that include Swift, use FacebookCore
, FacebookLogin
, and FacebookShare
If you explicitly DO NOT want to include Swift files, add the following to your Podfile
:
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
If you would like to use versions of the pods that include Swift, add the following to your Podfile
:
pod 'FBSDKCoreKit/Swift'
pod 'FBSDKLoginKit/Swift'
pod 'FBSDKShareKit/Swift'
import FBSDKCoreKit
to your AppDelegate
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.