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've got a Drupal website with articles on them which have Facebook like buttons.

Now I've got all the OpenGraph metatags added on the pages and it's all working perfectly except for one thing.

Site visitors can share a page URL or like a page URL. When a new article is added and the first person who presses the like button will not see the image added in the og:image tag.

If another person afterwards presses the like button, the og:image however is visible so it seems to me Facebook needs to scrape the page first before the og:image is added in the 'Facebook Like window'.

The Facebook share doesn't seem to suffer from this problem and does it right from the first time.

Now whenever somebody adds a new article, I'd need the URL of the article to be scraped automatically by Facebook using some PHP code or some other fix...

Anyone who knows if autoscraping a URL is possible or does anyone have an idea for a workaround?

share|improve this question

1 Answer

You can use the graph API with scrape=true to force Facebook to scrape you right when you create your contents

https://developers.facebook.com/docs/beta/opengraph/objects/

share|improve this answer
The act of a user clicking your Like button should cause Facebook to scrape your page for OG metadata before it adds it to the user's Timeline, so it's odd that you're seeing this problem. Paul's suggestion should fix your problem, though. – Owen Blacker Jan 30 '12 at 11:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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