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 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?

share|improve this question

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.