/FBLiveAPISample-iOS

Facebook Live API Sample for iOS

Primary LanguageSwiftMIT LicenseMIT

FBLiveAPISample for iOS


Facebook Live API Sample for iOS 📺
Created by Lee Sun-Hyoup.

Requirements

  • Swift 3
  • Xcode 8
  • CocoaPods 1.0.1

Dependencies

  • VideoCore
  • FBSDKShareKit
  • FBSDKLoginKit

How to Run?

  1. First, create your Facebook app. Link

  2. Clone this repository

    $ git clone https://github.com/kciter/FBLiveAPISample-iOS
    
  3. Open FBLiveAPISample.xcworkspace.

  4. Open Info.plist as Property List.

  5. Put your FacebookAppId and FacebookDisplayName value.

  1. Connect!

Here for more Facebook Live API Information.

How to see the comments and reactions?

Graph API can make 200 calls per hour per user in aggregate. So I recommend setup your web server, then receiving API updates via facebook webhooks. And send data to client via websocket.

You can read live video comments by polling the Video Comment edge. In order to do this in the most efficient way so as not to exceed Graph API rate limits, we recommend receiving API updates via webhooks. You can also read live video reactions by polling the Reactions edge.

Here for more information.

License

The MIT License (MIT)

Copyright (c) 2015 Lee Sun-Hyoup

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.