Is it possible to use standard shareDialog from Facebook SDK and get back postId when 1. Facebook App installed, 2. Application doesn't review by Facebook?
All examples that I found suggest to use MODE=FEED. But with latest facebook SDK it doesn't work.
Am I right understand that publish_actions possible to get only after Facebook reviews application. And app doesn't pass review if app uses only shared dialog. And postId did pass in callback if publish_actions not granted. So circle.... How to brake it?