When I submit permission “publish_actions” for sdk::PluginFacebook::share to share photo with comment, I don’t not which type of publish is sdk::PluginFacebook::share using:
- Lets people post to Facebook using a custom composer
- Publishes Open Graph stories
- Publishes content to Facebook automatically
- Lets people publish to Facebook using the Share dialog or Feed dialog
The third and fourth types don’t need log in Facebook nor “publish_actions” permission
I first thought it’s using share dialog. But sdk::PluginFacebook::share does need log in Facebook and publish permission, I already tried. And I don’t see a sign that sdk::PluginFacebook::share post as Open Graph stories. So does sdk::PluginFacebook::share belong to the first type? And what exact Facebook iOS method is it using? Anyone can give me a related Facebook Doc link that sdk::PluginFacebook::share might refer to ?