gpt4 book ai didi

php - 注册新成就 : (#3502) Object at achievement URL is not of type game. 成就

转载 作者:可可西里 更新时间:2023-11-01 01:07:24 25 4
gpt4 key购买 nike

我正在尝试为我的游戏添加一个新成就,每当我尝试在 Graph API Explorer 上测试它时,我都会收到以下错误:

(#3502) 成就 URL 中的对象不是 game.achievement 类型。

我按照这篇文章 (http://developers.facebook.com/blog/post/539/) 来设置我的成就:

    <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>

在Graph API explorer上,我将方法设置为POST,并添加字段:成就、显示顺序和访问 token ,但这只会产生上述错误。我怀疑我在 Achievement URL 上做错了什么,当时它被设置为:http://mypage.com/index/test .

最佳答案

通过输入成就页面的链接来测试您的成就 here .它会指出您遇到的任何错误。更正所有错误后,Facebook 应该在您再次尝试时注册成就,特别是因为调试工具 Linter 会刷新 Facebook 的缓存。然而,截至目前,在 Facebook 已经失败之后,我一直未能成功让 Facebook 承认我更正的成就。因此,一旦我的成就完美并通过 Linter 验证,我就会重命名我的成就文件(并更改 og:url 属性以匹配),然后再次提交注册。这对我来说 100% 有效。

关于php - 注册新成就 : (#3502) Object at achievement URL is not of type game. 成就,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7723879/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com