经过几天的搜索论坛/网络,我仍然无法让它消失并使用SCORE图形api
{
"error": {
"message": "(#15) This method must be called with an app access_token.",
"type": "OAuthException",
"code": 15
}
}
Run Code Online (Sandbox Code Playgroud)
在图形api资源管理器上我尝试使用它(激活了publish_actions权限并选择了POST):
https://graph.facebook.com/100003429183160/scores?score=555&access_token=APP_ACCESS_TOKEN
Run Code Online (Sandbox Code Playgroud)
没有运气:(
我做了以下事情:
•将我的应用程序设置为GAME,基本信息,设置Auth Dialog
•设置Open Graph类型,对象,聚合
•通过访问令牌工具使用/验证正确的APP ACCESS_TOKEN(而不是用户access_token)
•使用publish_actions权限
•确保使用POST作为方法
•尝试将appID | appSecret作为app access_token
•确认我确实安装了该应用程序
•能够通过图形api发布到墙上,拉出朋友列表和照片等.
还有什么线索可能导致这不能用Graph API Explorer运行?