Search code examples
androidfacebookandroid-intentsharing

Android share intent vs actual Facebook integration


I am going to integrate "facebook sharing" into an app. Basically a timeline post with a link and an image and text.

What is the difference between an elaborate Facebook 3.0 integration vs using the Android OS' share intent with certain parameters, where the latter allows users to choose between apps such as Facebook and it just works if the app is configured to use that intent.


Solution

  • See this Facebook bug report, I guess you have to do it with the Facebook SDK.

    Since they only allow posting a link with the share intent.