Viewing 1 replies (of 1 total)
  • Hello.

    I need the same thing.
    I have found a solutions and would like to know more about it.

    This info is from the official developer page:

    Updating Objects

    When modifying Open Graph objects, you will need to tell Facebook’s scraper to rescrape your page to pull in the updated information. There are a couple different ways to have your object re-scraped.

    • Manually using the debugger at https://developers.facebook.com/tools/debug This will pull in a fresh copy of your page’s data if you are an admin or developer of the object, as determined by the fb:app_id or fb:admins meta tag.
    • More automated by using the “scrape=true” POST parameter. Make a POST call to https://graph.facebook.com/?id={id}&scrape=true where {id} is the object id or the url of the object. The response is a JSON object with the data scraped for the url.

    —-
    Let me know if this helps you in some way.

    Regards,
    Attila

Viewing 1 replies (of 1 total)
  • The topic ‘Debug all wordpress urls at once in facebook debugger tool’ is closed to new replies.