To run the example project, clone the repo, and run pod install
from the Example directory first.
FBShareSandbox is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'FBShareSandbox'
##How To Use
#ifdef DEBUG
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[[FBShareSandbox sharedSandbox] swipSandboxPage];
});
#endif