- Home /
Question by
Condio · Oct 18, 2017 at 11:58 AM ·
androidfacebookscreenshotsharing
How to open Facebook Share Dialog from Unity in Android device?
My intent is to share a screen capture in player's Facebook without uri, and without publish_actions permission.
FB.ShareLink does not suffice as it requires a picture uri link.
There are scripts that open a native Chooser, but it would be better to directly open Fb Share Dialog, similar to what FB.ShareLink opens.
Comment