Search code examples
facebookfacebook-graph-apifacebook-android-sdk

OpenGraph story appears in Activity Log but not on Timeline


My OpenGraph story does show up in the Activity log but not on Timeline. I did enabled Explicit Share additional capability. The app is in development mode. How do I guarantee the actions do appear in Timeline?


Solution

  • In addition to enabling "Explicit Share" in the app settings I had to add

    .putBoolean("fb:explicitly_shared", true)
    

    when building my Action.