I have created a new page on my site, http://www.example.com/123456 (as its not an issue for 1-2 days old pages).
I have set up the meta tags correctly:
<meta property="fb:page_id" content="123456789" />
<meta property="og:description" content="Description here ..." />
<meta property="og:image" content="http://example.com/images/123456.jpg" />
<meta property="og:site_name" content="Example" />
<meta property="og:title" content="Title of page" />
<meta property="og:type" content="blog" />
<meta property="og:url" content="http://www.example.com/123456" />
When click on like button, not displaying title, description and image, it just displays the url of the page.
When i visit debugger tool http://developers.facebook.com/tools/debug and enter my page url, its getting correct Object Properties, Raw Open Graph Document Information and URLs. One warning Open Graph Warnings That Should Be Fixed - Extraneous Property: Objects of this type do not allow properties named 'fb:page_id'.
But when i visit the page again (http://www.example.com/123456), clicked on facebook like button, can see tile, description, image and url. (fb:page_id warning is not effecting)
Questions:
- Is that means facebook itself will not cache the data, you need to force it every time?
- If yes, how this is working for old pages (pages have been created 1-2 days ago and liked by some people).
Is there any method in facebook, similar to google indexing as we use for sitemap in robots.txt
FYI- i can see facebookexternalhit/1.0 and facebookexternalhit/1.1 is hitting my site, that means facebook is fetching data. The new pages i am creating are not password protected via htaccess or IP restrictions,.
fb:adminsorfb:app_idshould be used, and notfb:page_id. Reference: Insights – Donn Lee Aug 25 '12 at 0:27curlcommand in the section "Create a new X action". The following screenshot shows thecurlcommand to publish a samplecookaction on arecipeobject: Screenshot: publish sample action dialog – Donn Lee Aug 30 '12 at 16:38