无法使用测试用户通过开放图谱发布

发布于 2024-12-17 05:39:07 字数 539 浏览 1 评论 0原文

我正在遵循使用 Open Graph Beta 的官方指南,并且能够使用我的用户名(我是该应用程序的开发人员)发布操作。但是,当我尝试使用其中一个测试用户时,我收到以下错误消息:

{  
  "error":
    {
      "message" : "Error validating application.",
      "type" : "OAuthException"
    }
}

作为参考,我正在使用 Open Graph 仪表板中的代码(其中自定义操作旁边显示“获取代码”)。它具有以下格式,其中尖括号是实际值的占位符:

curl -F 'access_token=<token>' \
     -F '<obj>=http://samples.ogp.me/<obj_id>' \
        'https://graph.facebook.com/me/<namespace>:<action>'

如何使用我的测试用户之一发布操作?

I'm following the official guide to using Open Graph Beta and am able to post an action using my username (I'm a developer of the app). However, when I try to use one of the test users I get the following error message:

{  
  "error":
    {
      "message" : "Error validating application.",
      "type" : "OAuthException"
    }
}

For reference, I'm using the code from the Open Graph Dashboard (where it says "Get Code" next to the custom action). It has the following format, where angle brackets are placeholders for actual values:

curl -F 'access_token=<token>' \
     -F '<obj>=http://samples.ogp.me/<obj_id>' \
        'https://graph.facebook.com/me/<namespace>:<action>'

How I can publish actions using one of my test users?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我三岁 2024-12-24 05:39:07

我仍然无法让通过仪表板创建的测试用户正常工作。但是,手动创建的测试用户工作得很好。
我已按照以下网址给出的说明进行操作:
https://developers.facebook.com/docs/test_users/

I'm still unable to get the test users created through the dashboard to work. However, test users created manually work just fine.
I've followed the instructions given at:
https://developers.facebook.com/docs/test_users/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文