Awesome
ARFacebookShareKitActivity
Overview
Launch FBSDKShareDialog from UIActivityViewController instead of the default Facebook share sheet.
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.
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:
Action activity:
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.
- 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.