我正在尝试使用 facebook graph api 发布一篇即时文章。我已经完成了以下步骤: 1- 获取具有必要权限的页面访问令牌 2- 声明我网站的 URL。该网站的网址已被 Facebook 接受 3-在我发布的图形 API 中,页面访问令牌未过期
{page-id}/instant_articles?development_mode=true&html_source=<html lang="en" prefix="op: http://media.facebook.com/op#"><head><meta charset="utf-8"><link rel="canonical" href="http://{websites´s URL}/instantarticle.html"><link rel="stylesheet" title="default" href="#"><title>Instant Articles</title><meta property="fb:article_style" content="Test Article Style"></head><body><article><header><h1> Instant Articles </h1><h2>Get familiar with your new storytelling tools. Make your media come alive, and keep readers coming back for more</h2><h3 class="op-kicker">Introduction</h3><address>Instant Articles Team</address><time class="op-published" dateTime="2016-2-04T08:00">February 4th 2016, 8:00 AM</time><time class="op-modified" dateTime="2016-2-04T08:00">February 4th 2016, 8:00 AM</time></header><p>Yes, it’s true. Instant Articles open on mobile devices really quickly.</p></body></html>
4- 我得到一个响应 ID。当我访问此 ID 时,图形 api 显示
"message": "缺少文章的规范 URL:没有为这篇文章指定 URL。需要声明规范 URL 并将其放置在 HTML 中以生成即阅文。有关更多信息,请参阅即阅文文档中发布文章下的 URL有关声明和插入规范 URL 的信息。”
我不明白有什么问题?任何想法?
谢谢!!!