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 an app with a comment box inside it, which I inserted as a social plugin

<fb:comments href="https://apps.facebook.com/myappname"></fb:comments>

When a user posts a comment using that comment box, Facebook does not show the correct image. With Facebook debug I can check that the Open Graph tags for the page of my application use the application icon as image - which is what I had expected.

Still, when a user uses this comment box, on his profile appears a random image from my app. Is there a way to fix this?

share|improve this question
A link to your url would be helpful! – Anonymous Oct 11 '11 at 9:32
Sorry, I cannot disclose it yet. But Facebook debug confirms that hte open graph tags for this URL work as expected. So my question was rather if I should specify the image URL in a different way – Andrea Oct 11 '11 at 9:35
So do you have the following in your og-tags ? <meta property="og:image" content="image.jpg"/> – Anonymous Oct 11 '11 at 9:38
I do not have any manual og-tags, as I link a facebook page. I do not have control over the page itself, but only over the application, which lives inside an iframe. It is Facebook that controls what goes on that page. But, as I said, it seems that Facebook puts the appropriate tags, or at least, they show up in Facebook debug – Andrea Oct 11 '11 at 9:50
For an example, see this debug page for Pet Society developers.facebook.com/tools/debug/og/… – Andrea Oct 11 '11 at 9:51
show 4 more comments

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.