【问题标题】:Can't delete status with Facebook app无法使用 Facebook 应用删除状态
【发布时间】:2011-08-27 20:51:09
【问题描述】:
$ curl -X DELETE "https://graph.facebook.com/637556776_241445419214379?access_token={token}"

{"error":{"type":"OAuthException","message":"(#200) This post wasn't created by the application"}}

访问令牌是新生成的,并具有所有分配的权限。

【问题讨论】:

    标签: facebook-graph-api oauth


    【解决方案1】:

    https://developers.facebook.com/docs/reference/rest/stream.remove/

    “您的应用程序只能删除通过它创建的帖子”

    旧版 API 的文档对此进行了说明;它在 Graph API 的文档中并不是很清楚。

    【讨论】:

      【解决方案2】:

      这很正常,您不能让应用程序编辑用户状态:https://developers.facebook.com/docs/reference/api/status/

      【讨论】:

      • 您无法编辑。但是,您可以删除用户状态(如果它是通过您的应用创建的)。
      猜你喜欢
      • 2011-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-05
      • 1970-01-01
      • 2013-03-19
      • 2018-02-08
      • 2021-04-03
      相关资源
      最近更新 更多