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?
In addition to enabling "Explicit Share" in the app settings I had to add
.putBoolean("fb:explicitly_shared", true)
when building my Action
.