Hre's my FB.ui code:
FB.ui({
method: 'feed',
message: '',
link: 'http://mywebaddress/pathToContent',
picture: 'http://mywebaddress/pathToPhoto/photo.jpg',
display: 'popup'
});
The dialog pops up perfectly, has the link no problem... but the picture doesn't show.
I verified the picture url is correct. Then used the Debugger to test the content url's open graph tags, it runs flawlessly.
Apparently the debugger clears some sort of caching, after I use the debugger on the link, the FB.ui dialog shows the picture just fine.
Is there something I can do about this? The content users are sharing from my site to Facebook isn't showing the picture like it should, making it a bit annoying for them to use (which is never a good thing!)
Thanks!
FB.uidialog? even if the image is not shown there...is it shown when you publish? if so, then I would assume there's something wrong in the dialog – ifaour Oct 15 '11 at 13:38