0

我正在尝试从 Facebook API 资源管理器手动退款用户并获取

{ "error": { "message": "(#15) 必须使用应用程序访问令牌调用此方法。", "type": "OAuthException", "code": 15 } }

我从http://developers.facebook.com/docs/payments/disputes/阅读了 Facebook 文档,他们解释说我需要发布https://graph.facebook.com/ORDER_ID?access_token=TOKEN&status=refunded&message=refunding% 20order&method=post this 所以我替换了order_id_并点击我的应用程序获取访问令牌替换了这个参数,但我仍然无法让它工作,我也改变了发布的方法。

知道我在做什么错吗?

4

1 回答 1

0

The app token shouldn't be the one they give you on Facebook API Explorer, but it should be Application ID | App Secret in the following form: appId|appSecret

于 2013-08-10T09:53:13.213 回答