哪个令牌用于检查付款详细信息?
Which token to use for checking payment details?
您好,我正在尝试将 canvas 付款集成到 Facebook 应用程序,在我的付款回调中,我调用 https://graph.facebook.com/PAYMENT_ID?access_token=APP_ACCESS_TOKEN but I receive an invalid token error, in fact I don't understand which token I have to use, it's not explained at https://developers.facebook.com/docs/howtos/payments/fulfillment
谢谢
好的,我找到了一个关于访问令牌的有用页面:https://developers.facebook.com/tools/explorer/
我给了我我的应用程序访问令牌,现在可以付款了!
您好,我正在尝试将 canvas 付款集成到 Facebook 应用程序,在我的付款回调中,我调用 https://graph.facebook.com/PAYMENT_ID?access_token=APP_ACCESS_TOKEN but I receive an invalid token error, in fact I don't understand which token I have to use, it's not explained at https://developers.facebook.com/docs/howtos/payments/fulfillment
谢谢
好的,我找到了一个关于访问令牌的有用页面:https://developers.facebook.com/tools/explorer/ 我给了我我的应用程序访问令牌,现在可以付款了!