Reputation: 13
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?
Upvotes: 1
Views: 834
Reputation: 987
Use 'message' parameter in your open graph call. The text in this key will be shown in the place where you want.
Upvotes: 0