How can I share content from a webpage on a device browser so that it opens up the share option in the facebook application on that device and not in that browser of the device?
specifically,
I want to share abc.com/page from within the page so that it opens the content in the share option of the facebook app on that device.
the fb.com/sharer.php link needs me to be logged on that browser instance in the device.
On android, the browser share option lets me open and share the page from device browser to the android fb app, hence no need to sign into FB on that browser instance. But I don't see such "native" share from safari into iOS app (iOS6?).
What I want to do is enable the share content code on my page itself to be able to invoke the facebook app on that device with the content to be shared. How can I do this?
I want the share option and not the like option.
Something like how iTunes app weblinks open iTunes using its.detect.openItunes can be used for invoking the fb app with share option?