I would like to create a custom activity controller with Facebook
, Twitter
, Google+
, Linkedin
and Pinterest
share options.
GooglePlusShareActivity and PinterestShareActivity are what I have found for Google+
and Pinterest
.
Is there any customized implementation of Linkedin
for this purpose?
LinkedIn has finally released an iOS SDK: https://developer.linkedin.com/docs/share-on-linkedin, https://developer.linkedin.com/docs/ios-sdk
Looks pretty thorough so hopefully this makes it easy!
Only issue i see so far is this: "Remember that the Mobile SDK-enabled applications require the official LinkedIn iOS app to be installed on the device to function properly". Not sure if that means just to share, the user needs the app because that would be a little frustrating. In iOS 8, if the user has the app installed, there's a built-in extension already. So the SDK would solve iOS 7 (be pretty small when 9 comes out) and more complicated scenarios than just sharing i suppose