Search code examples
androidfacebookfacebook-sharerandroid-facebook

Facebook sharing without any dialog


Is it possible to share facebook stat from my app instantly without any dialog? This is because I don't want the user to edit the post. Thanks in advance.


Solution

  • It is possible by using Facebook Login and then making Graph API calls to share links, photos, etc.

    Make sure people have clear sharing experiences, though, and that the app follows Platform Policies wrt not surprising people / etc.