I have been successful in create a custom action and a custom object. I am also successful in posting it to timeline. The meta-data is:
<meta property="fb:app_id" content="******" />
<meta property="og:type" content="namespace:object" />
<meta property="og:url" content="" />
<meta property="og:title" content="My APP" />
<meta property="og:image" content="http://www.url.com/img.png" />
<meta property="og:description" content="Nice going" />
This thing displays fine on the timeline and the story created is like this:
Person {action} {object} on {AppName}.
{Thumbnail Image} {Description}
Now AppName has a link to the App Page as defined in og:url but the Thumbnail Image doesn't have the link. I would also like to create a link on this Thumbnail Image.
Is it possible? I have tried og:ref but that doesn't work for me. Any alternates?