ARFacebookShareKitActivity 1.2

ARFacebookShareKitActivity 1.2

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
 


ARFacebookShareKitActivity

Analytics

Overview

Launch FBSDKShareDialog from UIActivityViewController instead of the default Facebook share sheet.

ARFacebookShareKitActivity Screenshot 1

ARFacebookShareKitActivity Screenshot 2

Also compatible with Branch Metrics and Facebook App Invites!

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.

ARFacebookShareKitActivity Screenshot 3

Like it, but don’t want to replace the native sharing activity? Ok, no problem!

You can use the AppInviteActivity, ShareLinkActivity or ShareMediaActivity UIActivity subclasses.

Fully customizable: Title, image, category, mode…

Share activity:

ARFacebookShareKitActivity Screenshot 4

Action activity:

ARFacebookShareKitActivity Screenshot 5

Installation

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"

Or you can add the following files to your project:

  • UIActivity+FacebookShareKit.swift
  • AppInviteActivity.swift
  • ShareLinkActivity.swift
  • ShareMediaActivity.swift

Usage

Use it in the same way you use UIActivityViewController, that easy!

Etc.

  • Special thanks to jilouc/CCAFacebookAppActivity, which has inspired this repo.
  • Also to my colleagues and friends, JavierQuerol and PabloLerma.
  • Contributions are very welcome.
  • Attribution is appreciated (let’s spread the word!), but not mandatory.

Use it? Love/hate it?

Tweet the author @alexruperez, and check out alexruperez’s blog: http://alexruperez.com

License

ARFacebookShareKitActivity is available under the MIT license. See the LICENSE file for more info.