I create posts using Facebook Open Graph API with custom action. These posts are displayed in Timeline with caption "User Name added a visit..." ("add" and "visit" are my custom action and object), then a block with image, title and description.
I create a post sending HTTP POST request to Facebook with only a link to page. Facebook fetches data from this page from meta tags og:type, og:url, og:title, og:image, og:description.
I want to place a text between caption "User Name added a visit..." and image. How can I do that?
messageparameter? - the criteria for approval for use of the message parameter are documented on the OG documentation (see developers.facebook.com/docs/opengraph/actions ) – Igy Oct 19 '12 at 16:48messageparameter with link to page in POST request to Facebook? Sorry, I don't understand about screenoshot. There is a link to example post. It was auto posted by Flickr. I want to add user comment between user name and photo thumb. It is possible because other apps can do it (Instagram, for example). – wisent Oct 19 '12 at 20:04messageparameter in POST request to Facebook and it created post as I wanted. – wisent Oct 22 '12 at 11:55