Skip to content

alexruperez/ARFacebookShareKitActivity

Repository files navigation

ARFacebookShareKitActivity

Twitter Version License Platform Build Status 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 install it with Carthage:

github "alexruperez/ARFacebookShareKitActivity"

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!

Easter egg

If you want to replace native Facebook UISocialActivity, just call UIActivity.replaceFacebookSharing().

Etc.

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages