facebook-credits-api。示例代码Error_code:1383004
我从github这里下载了示例(https://github.com/facebook/credits-api-sample)
结束测试。但发生了错误。
*从 Facebook 返回的错误消息: 1383004 Order::update_order 调用时状态转换无效:3 -> 0*
我的问题是什么?
I downloaded the sample from github here (https://github.com/facebook/credits-api-sample)
End testing. but error occured.
*Error message returned from Facebook:
1383004
Order::update_order called with invalid state transition:3 -> 0*
What is my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了。
我需要更改迁移“signed_request for Canvas”,请在 https://developers.facebook.com/apps/< 处确认/a> 高级选项卡。
示例代码有错误。
函数 parse_signed_request 的部分
发生错误。我认为代码并不重要,代码只是用于检查。所以我把代码注释掉了。
它起作用了!
Solved.
I need to change Migration "signed_request for Canvas", confirm at https://developers.facebook.com/apps/ Advanced tab.
Sample code have error.
function parse_signed_request's part
Error occurs there. I think that code not important that code is just for check. So I set the code commented.
And it worked!!