I am creating an instant Facebook article in the "Development Articles" section with its sample code. I configured the canonical url correctly and my code is below
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="canonical" href="http://fb.clinate.com">
<meta property="op:markup_version" content="v1.0">
</head>
<body>
<article>
<header>
<h1>Article Title</h1>
<h2>Article Subtitle</h2>
<time class="op-published" datetime="2014-11-11T04:44:16Z">November 11th, 4:44 PM</time>
<time class="op-modified" dateTime="2014-12-11T04:44:16Z">December 11th, 4:44 PM</time>
<address>
<a>Author Name</a>
Author description.
</address>
<address>
<a>TR Vishwanath</a>
Vish is a scholar and a gentleman.
</address>
<h3 class="op-kicker">
This is a kicker
</h3>
</header>
<p> Article content </p>
<footer>
<aside>Acknowledgements</aside>
<small>Legal notes</small>
</footer>
</article>
</body>
</html>
I tried adding it to the Production Article, as well as deleting and trying on a new page, but it still gives the same error. The error message is detailed below.
General errors: the article was updated from another page: the article could not be updated from this page. Use the page that originally created the article to update it.
What does it mean Updated From Different Page. I only created one page in my account.