Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Do you have a screenshot of what part of the action you're trying to update? Are you sure you're not thinking of the message parameter? - 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:48
Do you mean that I should send message parameter 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:04
Thanks, @Igy I made a test with message parameter in POST request to Facebook and it created post as I wanted. – wisent Oct 22 '12 at 11:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.