Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Story for my app: Unable to generate story

In the Open Graph Dashboard of my Facebook application I get error for my story saying "Unable to generate story" after creating both custom or storys with standard object.

So under the page facebookdeveloper/apps/myapp/story/openGraph where I usually have nice storys for different scenarios (one on one, multiple people, past tence) it just says error "Unable to generat story" everywhere.

My story titles says for example: "Mr X read a book.title on myApp" and then "Unable..."

There is no more information on why I get the error. I had storys with similiar object etc. for the application previously which I removed. Cant his affect the creation of new stories?

Anyone else who has the same problem and a solution?

like image 998
djcj Avatar asked Oct 26 '13 20:10

djcj


3 Answers

I had "Unable to generate story" until I completed the steps at : Facebook Open Graph Story

  • Setup the Backend Server (just put the PHP example on a server you can access)
  • Test it using the Object Debugger
  • (Once you resolve any errors from Debugger) Publish a test action

OpenGraph can then generate the different scenario stories.

Hope that helps.

like image 118
Peter Todd Avatar answered Sep 30 '22 01:09

Peter Todd


Try clicking on Manage Sample Data, create the sample object first, then the sample action. Setup the sample action to use the sample object you just created. This worked for me, just in time to stop me going mad. I got this solution from a Japanese site : http://konifar.com/1185

like image 40
Typo Johnson Avatar answered Sep 30 '22 01:09

Typo Johnson


This error comes up because facebook has no examples of the story to render. It does not inhibit your ability to post the actions.

like image 24
seo Avatar answered Sep 30 '22 02:09

seo