我想在我的fb应用中整合facebook积分。我从推荐网站下载了示例代码,但这不起作用。
我的应用链接为apps.facebook.com/football_leagues
,当您点击兑换时,会在fan$
链接中打开一个弹出窗口以获取积分。但是我收到一条错误消息:
购买Facebook Credits时出错。 使用无效状态转换调用的Order :: update_order:3 - > 0
答案 0 :(得分:0)
文档在这里:http://developers.facebook.com/credits并且SDK附带了一个示例(PHP)应用程序。 可以从github中检索示例应用程序:https://developers.facebook.com/docs/creditsapi/
答案 1 :(得分:0)
当我将内容字段值作为payment_status_update的数组传递时,出现Order::update_order called with invalid state transition:3 -> 0
错误。
文档说明:
content字段包含除method之外的所有上述属性,并表示为数组的第0个元素。
但是这些示例不使用数组:
"content":{
"status":"settled",
"order_id":9006195253076
}