Thanks, Rob! Looking forward to it.
Facebook loves for apps to offer sharing features, as long as there is no filled-in text (and there isn’t if all developers are sending is a URL or image).
On a separate but related note and it would be lovely to have Corona expose the standard iOS modal share action sheet with the native.showPopup() plugin. That’s the action sheet with AirDrop, Facebook, Tumblr, Evernote, Add to Home Screen, Add Bookmark, Add to Reading List, etc.
The good folks at StackOverflow call it a “trivial” 10 lines of code in Objective C:
“The UIActivityViewController stated in the other answer makes this trivial. All you have to do is specify the text/image/URL that you want to share and present the activity view controller modally and iOS will automatically display all applicable sharing services.” http://stackoverflow.com/questions/13498459/how-to-display-the-default-ios-6-share-action-sheet-with-available-share-options
May I push my luck and ask you to pass that along to Engineering as well?