We operate a website with thousands of new content per month and use the Like button with OG tags.
However, very often the Like button does not work properly for content that was not refreshed by FB. As a FB admin on the site, I can manually paste the urls o开发者_运维技巧ne by one in the Linter tool here http://developers.facebook.com/tools/debug but what would be the best way of making this process more automatic ? (Create a links page pointing to Linter with appended urls and then click on those one by one, RSS, submission engine, ... ?)
Thanks in advance.
This page does not require authentication so you could write a script that mass submits them via cURL or wget one by one via this url: https://developers.facebook.com/tools/debug/og/object?q=http://example.com
The solution such a Rss Feed facebook Linter might help.
It debugs all URLs in Feed.
I came across a Facebook mass url debugger
that reads the RSS feed of a website and lints them.
精彩评论