TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Oct 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by alexruperez.
Depends on: | |
FBSDKShareKit | >= 0 |
FBSDKCoreKit | >= 0 |
Bolts | >= 0 |
Launch FBSDKShareDialog from UIActivityViewController instead of the default Facebook share sheet.
If you are using Branch Metrics and you want to use Facebook App Invites (FBSDKAppInviteDialog), i’ll do this job for you!
Even if you have custom domain registered or the legacy domain.
You can use the AppInviteActivity, ShareLinkActivity or ShareMediaActivity UIActivity subclasses.
Fully customizable: Title, image, category, mode…
Share activity:
Action activity:
ARFacebookShareKitActivity is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ARFacebookShareKitActivity"
If you only need certain activities, there subspecs available:
pod "ARFacebookShareKitActivity/SharingExtension"
pod "ARFacebookShareKitActivity/ShareLinkActivity"
pod "ARFacebookShareKitActivity/AppInviteActivity"
pod "ARFacebookShareKitActivity/ShareMediaActivity"
UIActivity+FacebookShareKit.swift
AppInviteActivity.swift
ShareLinkActivity.swift
ShareMediaActivity.swift
Use it in the same way you use UIActivityViewController, that easy!
Tweet the author @alexruperez, and check out alexruperez’s blog: http://alexruperez.com
ARFacebookShareKitActivity is available under the MIT license. See the LICENSE file for more info.