I have a simple rails 3 app with a FB like button. Ive used FB OG tags to get the image other pertinent info posted during the like transaction.
when i test on my
The og:url is the url to the object.
For eg, if your object url is http://yoursite.com/object.php, then the same should be your og:url
You should include prefix in html tag:
<html prefix="og: http://ogp.me/ns#">
A possible problem would be that your image does not meet the minimum 200px by 200px size. Try to resize your photo to meet these requirements,which actually worked in my case.
Hope this helps.
Check out this link: http://developers.facebook.com/tools/debug
Input your url or og tag here to get if there is something wrong with your markup.