Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个带有 facebook 元标签的网页。问题是,只有在我使用了对象的调试器之后,Facebook 才开始识别它们。如何强制 Facebook 自动解析我的所有元标签?
谢谢。
解决方案:
您可以像这样自动发送请求: curl -X POST \ -F "id={object-url OR object-id}" \ -F "scrape=true" \ "https://graph.facebook.com"
要抓取的 URL