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've recently switch my code to post to facebook from https://graph.facebook.com/[profile_id]/feed to https://graph.facebook.com/[profile_id]/links

Now i'm getting this problem, can anyone help? - my picture that i accompany with the post is not showing, it look like facebook is defaulting to the first image it find on the link page

http://developers.facebook.com/docs/reference/api/post/ http://developers.facebook.com/docs/reference/api/link/

both of these document allow me to specify a picture, but somehow the "links" one isn't displaying the image.

Thanks in advance

share|improve this question

1 Answer

Set correct Open Graph meta tags, especially og:image.

share|improve this answer
Thanks for the reply, – ESolutionsgroup Qa Jun 14 '12 at 15:04
I've try this by adding <meta property="og:image" content="mysite/facebook.png"/>; but this didn't seem to work, but i think i'm more interested in dynamically changing my image, not defaulting it to just one image – ESolutionsgroup Qa Jun 14 '12 at 15:05

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.