I try to create a user story with a new image every time someone tries to publish it. Now I created Object, Action and Story, combining them. What I would like to get is a story that looks like https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851562_1376970469205025_523101852_n.png , but all that I seems to be getting this https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851560_389589627833470_1903099476_n.png
Let's say that my object is a course, and my action is performed. Below is the code that I have that does not return the correct results. The image I turn on is 1200 x 630.
FB.api( 'me/namespace:run', 'post', { course : { "og:type" : "namespace:course", "og:url" : "http://example.com", "og:title" : "Title", "og:description": "Description", "fb:app_id" : "####", "og:image" : "http://example.com/chart.png" }, distance : 25.5, location : "Sample location: Longitude", message : "Special Caption Message" }
I also tried to use the image flag "user_generated", it displayed the image at the full width of the plot, however, when you click on the image, it does not connect you to the site, but it opens the image in a modal field (for example, a gallery image).
I'm not sure if this is code or not. Perhaps some settings I do not know. Let me know if there is any additional information I can provide in order to get a solution to this problem.
source share