when i share the link of any page of my webiste on facebook . It show upto 20 image thumbnails which are different from og:image which i have specified ,Some times the og:image meta was also one of 20 image thumbnails.
How to Keep only og:image meta thumbnail to access cache and other images not.I used the below for facebook to cache.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<meta property="og:image" content="http://www.domain.com/gallery/img.jpg"/>
og:metatags, you need to run your URL through the Facebook Debugger in order to refresh the cached data. – Lix Oct 13 '12 at 23:51