标题几乎概括了它,我正在尝试在 Graph API Explorer 中测试我的 Open Graph Actions 但是当我发布到 /me/mynamespace:myaction 时,我收到此错误(使用 Graph API Explorer 为我生成的访问令牌,我只要求publish_actions)
{
"error": {
"message": "(#15) This method must be called with an app access_token.",
"type": "OAuthException",
"code": 15
}
}
我已经完成了我的作业并进行了搜索,以找到一个合适的访问令牌来解决这个问题,采用 APPID|APP_SECRET 格式,但使用它我得到了
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}
关于如何解决这个问题的任何想法?
为了提供更多上下文,为 android facebook 应用程序创建了图形操作。