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 have site vietnamtourism.org.vn.

When I share link DIRECTLY in Facebook, example: http://www.vietnamtourism.org.vn/attractions/, it return: Vietnam Tourism - Homepage vietnamtourism.org.vn/

But Another page is ok! Ex: http://www.vietnamtourism.org.vn/news/events/event-travel/quang-ninh-was-visited-by-a-chilean-senate-delegation.html

I don't know why. Please help me! Many thanks!

share|improve this question

closed as not a real question by casperOne Apr 14 '12 at 12:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

If I understand what you're asking then the problem is that when facebook "scrapes" your page it then caches the result so that when a user shares the link it already has the share content.

You can clear this cache using the Facebook Debugger (also known as Linter), you just put the url in the text field and click "Debug". That will clear the facebook cache and cache the current result.

In the documentation of the Like Button it says:

When does Facebook scrape my page?

Facebook needs to scrape your page to know how to display it around the site.

Facebook scrapes your page every 24 hours to ensure the properties are up to date. The page is also scraped when an admin for the Open Graph page clicks the Like button and when the URL is entered into the Facebook URL Linter. Facebook observes cache headers on your URLs - it will look at "Expires" and "Cache-Control" in order of preference. However, even if you specify a longer time, Facebook will scrape your page every 24 hours.

The user agent of the scraper is: "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)"

share|improve this answer

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