Master Joe
Master Joe

Reputation: 44

Cannot publish Facebook story with title

I'm having trouble with facebook open graph story. All I want is just to publish a story with object title. I tried to use open graph object debugger, I can clearly see that og:title is defined but there is no title in feeds I published.

I also tried to use the workaround the link provided without luck

Facebook Open Graph Not Showing Object Title

any ideas? Thanks a lot for your time

Upvotes: 3

Views: 117

Answers (1)

agustinaliagac
agustinaliagac

Reputation: 849

I had the same problem. I made it work doing this:

Go to the Facebook Graph API Stories panel.

Keep the sentence of story of the type "One to One" as Object.title as it is. example: "Agus shared {item.title}", where "item" is my object.

Change the story of the type "One to One - Without Object Title" from "Object.noun" to "Object". example: "Agus shared {item.noun}" --> "Agus shared {item}", where "item" is my object.

Upvotes: 1

Related Questions