I'm trying to add a new achievement for my game, when ever I try and test this on the Graph API Explorer, I get the following error:
(#3502) Object at achievement URL is not of type game.achievement.
I have followed this post(http://developers.facebook.com/blog/post/539/) to set up my achievement as such:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta property="og:type" content="game.achievement"/>
<meta property="og:url" content="FULL URL OF ACH. PAGE"/>
<meta property="og:title" content="TEST"/>
<meta property="og:description" content="This is a test"/>
<meta property="og:image" content="IMG URL/>
<meta property="game:points" content="1"/>
<meta property="fb:app_id" content="APP_ID"/>
</head>
<body>
Yay!
</body>
</html>
On the Graph API explorer, I set the method to POST, and add the fields: achievement, display order and access token, but this just produces the error mentioned above. I suspect I'm doing something wrong with the Achievement URL, which at the minute is set to something like: http://mypage.com/index/test.